diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-17 08:48:57 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-19 18:46:34 +0100 |
commit | b8560637d93b632bd6b318baea4dc68b79e2ef85 (patch) | |
tree | 88dfc2578a3ce88b0600d2d7adeb40e9f7d2f1b6 /libavcodec/avcodec.h | |
parent | 316e724f18c7299958d7f77c85c7425d43e7e777 (diff) | |
download | ffmpeg-b8560637d93b632bd6b318baea4dc68b79e2ef85.tar.gz |
RealAudio Lossless decoder
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 9f4aaa9e42..f09ee363ab 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -383,6 +383,7 @@ enum CodecID { CODEC_ID_8SVX_EXP, CODEC_ID_8SVX_FIB, CODEC_ID_BMV_AUDIO, + CODEC_ID_RALF, /* subtitle codecs */ CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |