Commit 364f3679 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0e138745
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment