[SCM] libav/experimental: Use AVSampleFormat instead of the deprecated SampleFormat.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:14 UTC 2013


The following commit has been merged in the experimental branch:
commit 0a3028b9b0c531b6c61076be22b88fa64c27332c
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Jan 1 19:45:08 2011 +0000

    Use AVSampleFormat instead of the deprecated SampleFormat.
    
    Originally committed as revision 26185 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/amrwbdec.c b/libavcodec/amrwbdec.c
index 64ab707..941d065 100644
--- a/libavcodec/amrwbdec.c
+++ b/libavcodec/amrwbdec.c
@@ -1233,5 +1233,5 @@ AVCodec amrwb_decoder = {
     .init           = amrwb_decode_init,
     .decode         = amrwb_decode_frame,
     .long_name      = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate WideBand"),
-    .sample_fmts    = (enum SampleFormat[]){SAMPLE_FMT_FLT,SAMPLE_FMT_NONE},
+    .sample_fmts    = (enum AVSampleFormat[]){SAMPLE_FMT_FLT,SAMPLE_FMT_NONE},
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list