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:
authorPeter Ross <pross@xvid.org>2012-12-17 13:37:54 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-19 18:24:26 +0400
commit07761294fc3f08e139e8a406ef7d5b63aaf1ecee (patch)
tree3b039dab9a79af2da741d90044fc7a0bf00d2a1b /libavcodec/avcodec.h
parent34c5a6660a9e5e3cf301691bb29d011638953dc2 (diff)
Silicon Graphics RLE 8-bit video decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 622eac30cd..b11bffa440 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -290,6 +290,7 @@ enum AVCodecID {
AV_CODEC_ID_EXR,
AV_CODEC_ID_VP7,
AV_CODEC_ID_SANM,
+ AV_CODEC_ID_SGIRLE,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs