diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-22 00:36:01 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-03-01 17:36:42 +0100 |
commit | 6b43e1a86c7c356be7b8fc553fa8721e502290e2 (patch) | |
tree | 73aff6d1a565942e5a9eeef4c31447ea226b6a5a /libavcodec/codec_id.h | |
parent | 5111707df609796bf70a16ebbcf5a3d0bfa8c432 (diff) | |
download | ffmpeg-6b43e1a86c7c356be7b8fc553fa8721e502290e2.tar.gz |
avcodec: add SGA Video decoder
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r-- | libavcodec/codec_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h index 7dd316afd2..ab7bc68ee2 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -306,6 +306,7 @@ enum AVCodecID { AV_CODEC_ID_ARGO, AV_CODEC_ID_CRI, AV_CODEC_ID_SIMBIOSIS_IMX, + AV_CODEC_ID_SGA_VIDEO, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |