projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e288b8
)
move 8SVX audio codecs to the audio codec list part on the next bump
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 5 Nov 2011 13:34:08 +0000
(14:34 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Nov 2011 07:12:42 +0000
(08:12 +0100)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/avcodec.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
577575b
..
f59dc66
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-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 */