[FFmpeg-cvslog] r26185 - trunk/libavcodec/amrwbdec.c

reimar subversion
Sat Jan 1 20:45:08 CET 2011


Author: reimar
Date: Sat Jan  1 20:45:08 2011
New Revision: 26185

Log:
Use AVSampleFormat instead of the deprecated SampleFormat.

Modified:
   trunk/libavcodec/amrwbdec.c

Modified: trunk/libavcodec/amrwbdec.c
==============================================================================
--- trunk/libavcodec/amrwbdec.c	Sat Jan  1 19:49:18 2011	(r26184)
+++ trunk/libavcodec/amrwbdec.c	Sat Jan  1 20:45:08 2011	(r26185)
@@ -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},
 };



More information about the ffmpeg-cvslog mailing list