[FFmpeg-devel] [PATCH 2/7] avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int

Michael Niedermayer michaelni at gmx.at
Mon Feb 2 23:22:10 CET 2015


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 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;
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list