Commit 19900d60 authored by Kostya Shishkov's avatar Kostya Shishkov Committed by Anton Khirnov

move 8SVX audio codecs to the audio codec list part on the next bump

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 0e288b8c
......@@ -172,8 +172,10 @@ enum CodecID {
CODEC_ID_INDEO5,
CODEC_ID_MIMIC,
CODEC_ID_RL2,
#if LIBAVCODEC_VERSION_MAJOR == 53
CODEC_ID_8SVX_EXP,
CODEC_ID_8SVX_FIB,
#endif
CODEC_ID_ESCAPE124,
CODEC_ID_DIRAC,
CODEC_ID_BFI,
......@@ -354,6 +356,8 @@ enum CodecID {
#if LIBAVCODEC_VERSION_MAJOR > 53
CODEC_ID_G723_1,
CODEC_ID_G729,
CODEC_ID_8SVX_EXP,
CODEC_ID_8SVX_FIB,
#endif
/* subtitle codecs */
......
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