avcodec: add ifdef from qatar that could not be merged previously due to compilation failure.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-22 16:51:40 +02:00
parent 0e138745f7
commit 364f367921
1 changed files with 4 additions and 0 deletions

View File

@ -348,6 +348,10 @@ enum CodecID {
CODEC_ID_AAC_LATM,
CODEC_ID_QDMC,
CODEC_ID_CELT,
#if LIBAVCODEC_VERSION_MAJOR > 53
CODEC_ID_G723_1,
CODEC_ID_G729,
#endif
CODEC_ID_G729 = 0x15800,
CODEC_ID_G723_1= 0x15801,