Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
364f367921
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/avcodec.h

+ 4
- 0
libavcodec/avcodec.h 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,



Loading…
Cancel
Save