ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Feb  2 
22:50:37 2015 +0100| [cf729b248973fdc6cbf86efa7b3852ea98c40062] | committer: 
Michael Niedermayer

avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption 
as int

This fixes depending on implementation defined behavior

Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf729b248973fdc6cbf86efa7b3852ea98c40062
---

 libavcodec/libfdk-aacdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libfdk-aacdec.c b/libavcodec/libfdk-aacdec.c
index a8ed104..f7fc811 100644
--- a/libavcodec/libfdk-aacdec.c
+++ b/libavcodec/libfdk-aacdec.c
@@ -44,7 +44,7 @@ typedef struct FDKAACDecContext {
     int initialized;
     uint8_t *decoder_buffer;
     uint8_t *anc_buffer;
-    enum ConcealMethod conceal_method;
+    int conceal_method;
     int drc_level;
     int drc_boost;
     int drc_heavy;

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to