[soc]: r4870 - amr/amrnbdec.c
31 Jul
2009
31 Jul
'09
3:10 p.m.
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}, }; -
5974
Age (days ago)
5974
Last active (days ago)
0 comments
1 participants
participants (1)
-
cmcq