From 0a3028b9b0c531b6c61076be22b88fa64c27332c Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 1 Jan 2011 19:45:08 +0000 Subject: Use AVSampleFormat instead of the deprecated SampleFormat. Originally committed as revision 26185 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/amrwbdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/amrwbdec.c') diff --git a/libavcodec/amrwbdec.c b/libavcodec/amrwbdec.c index 64ab707fd3..941d065127 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}, }; -- cgit v1.2.3