diff options
author | Ash Hughes <ashes-iontach@hotmail.com> | 2013-05-22 01:16:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-22 15:20:22 +0200 |
commit | 14ec9d2590162f1a922860f1e8c1d635f5ccb65e (patch) | |
tree | 9da9c2de297fd01868a0050d9da6703d7b7f4dd4 /libavcodec/avcodec.h | |
parent | cc0db8cf3042186d8355dcf10be67071cfbbcc5d (diff) | |
download | ffmpeg-14ec9d2590162f1a922860f1e8c1d635f5ccb65e.tar.gz |
Support playing SMV files.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e959811dc9..7ce9df427a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -297,6 +297,7 @@ enum AVCodecID { AV_CODEC_ID_MVC2 = MKBETAG('M','V','C','2'), AV_CODEC_ID_SNOW = MKBETAG('S','N','O','W'), AV_CODEC_ID_WEBP = MKBETAG('W','E','B','P'), + AV_CODEC_ID_SMVJPEG = MKBETAG('S','M','V','J'), /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |