[FFmpeg-soc] [soc]: r4870 - amr/amrnbdec.c

cmcq subversion at mplayerhq.hu
Fri Jul 31 17:10:43 CEST 2009


Author: cmcq
Date: Fri Jul 31 17:10:43 2009
New Revision: 4870

Log:
Declare that the AMR decoder will output floats

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c	Fri Jul 31 16:47:33 2009	(r4869)
+++ amr/amrnbdec.c	Fri Jul 31 17:10:43 2009	(r4870)
@@ -1222,5 +1222,5 @@ AVCodec amrnb_decoder = {
     .init           = amrnb_decode_init,
     .decode         = amrnb_decode_frame,
     .long_name      = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
+    .sample_fmts    = (enum SampleFormat[]){SAMPLE_FMT_FLT,SAMPLE_FMT_NONE},
 };
-


More information about the FFmpeg-soc mailing list