diff options
author | hwren <hwrenx@126.com> | 2018-07-27 11:44:59 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-07-27 20:07:45 +0800 |
commit | d645e0d6c1f26b5c063093dd9ce0f02b3369cdc2 (patch) | |
tree | 80ebf28dd806398f85853348ef2550e1929290ca /libavcodec/avcodec.h | |
parent | a8ce6fb425e07e60eb06d3f44992fdb91f23aafb (diff) | |
download | ffmpeg-d645e0d6c1f26b5c063093dd9ce0f02b3369cdc2.tar.gz |
lavc: add AVS2/IEEE 1857.4 parser
Tested-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
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 f85af3f15d..1266879206 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -409,6 +409,7 @@ enum AVCodecID { AV_CODEC_ID_DXV, AV_CODEC_ID_SCREENPRESSO, AV_CODEC_ID_RSCC, + AV_CODEC_ID_AVS2, AV_CODEC_ID_Y41P = 0x8000, AV_CODEC_ID_AVRP, |