From 53640f42be9f18368a8339116f8abf30616c60b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Sun, 17 Jun 2012 11:42:47 +0200
Subject: SAMI demuxer and decoder.

---
 libavcodec/avcodec.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libavcodec/avcodec.h')

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6f620f8714..58243fd4ce 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -430,6 +430,7 @@ enum CodecID {
     CODEC_ID_MICRODVD   = MKBETAG('m','D','V','D'),
     CODEC_ID_EIA_608    = MKBETAG('c','6','0','8'),
     CODEC_ID_JACOSUB    = MKBETAG('J','S','U','B'),
+    CODEC_ID_SAMI       = MKBETAG('S','A','M','I'),
 
     /* other specific kind of codecs (generally used for attachments) */
     CODEC_ID_FIRST_UNKNOWN = 0x18000,           ///< A dummy ID pointing at the start of various fake codecs.
-- 
cgit v1.2.3