summaryrefslogtreecommitdiff
path: root/libavcodec/codec_id.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2021-09-04 17:22:19 +1000
committerPeter Ross <pross@xvid.org>2021-09-07 18:07:11 +1000
commitc655a734b1f799e4c41349e99b0e85c5b6e1045c (patch)
tree560419ce96c55ea02ea5bf7fd7ba4fdd0b874df5 /libavcodec/codec_id.h
parentb9426f371a153d4340cbed0e61e8aed8b5f760f1 (diff)
downloadffmpeg-c655a734b1f799e4c41349e99b0e85c5b6e1045c.tar.gz
avcodec/siren: MSN Siren decoder
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r--libavcodec/codec_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h
index d49f9af36c..446bb2c2fb 100644
--- a/libavcodec/codec_id.h
+++ b/libavcodec/codec_id.h
@@ -514,6 +514,7 @@ enum AVCodecID {
AV_CODEC_ID_SIREN,
AV_CODEC_ID_HCA,
AV_CODEC_ID_FASTAUDIO,
+ AV_CODEC_ID_MSNSIREN,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.