summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-10 17:48:16 +0000
committerPaul B Mahol <onemda@gmail.com>2013-01-07 11:43:20 +0000
commit2a89081cadff62b8a62a54a49c375a633115d1a1 (patch)
tree3477e84d1ddc65e2af8c1cc3d0d7338c96c8f6b5 /libavcodec/avcodec.h
parent6cff56f0baba2f2afce5169208505349a788337e (diff)
downloadffmpeg-streaming-2a89081cadff62b8a62a54a49c375a633115d1a1.zip
ffmpeg-streaming-2a89081cadff62b8a62a54a49c375a633115d1a1.tar.gz
Add EVRCA and SMV codec id
Demuxing files should be possible even if there are no decoding support in lavc (yet). Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ab7a8a5..1522c95 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -447,6 +447,8 @@ enum AVCodecID {
AV_CODEC_ID_PAF_AUDIO = MKBETAG('P','A','F','A'),
AV_CODEC_ID_OPUS = MKBETAG('O','P','U','S'),
AV_CODEC_ID_TAK = MKBETAG('t','B','a','K'),
+ AV_CODEC_ID_EVRC = MKBETAG('s','e','v','c'),
+ AV_CODEC_ID_SMV = MKBETAG('s','s','m','v'),
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.
OpenPOWER on IntegriCloud