Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-19 06:54:19 +0400
committerPaul B Mahol <onemda@gmail.com>2012-06-21 05:30:16 +0400
commit69254f46286099588514454f60fad12f6e51b2cd (patch)
treefd2eb245e160d90f50c8ef1c035642a1c572b184 /libavcodec/avcodec.h
parentb18357326ca1522d7fb7f4276ddebfccc29ce72c (diff)
LucasArts SMUSH video decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 523d4db832..b93562e545 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -269,6 +269,7 @@ enum CodecID {
CODEC_ID_V308 = MKBETAG('V','3','0','8'),
CODEC_ID_V408 = MKBETAG('V','4','0','8'),
CODEC_ID_YUV4 = MKBETAG('Y','U','V','4'),
+ CODEC_ID_SANM = MKBETAG('S','A','N','M'),
/* various PCM "codecs" */
CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs