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:
parent
0e138745f7
commit
364f367921
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user