aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-19 18:28:40 +0100
committerClément Bœsch <u@pkh.me>2017-03-19 18:28:40 +0100
commited223eeab34c251856e17440ff17a1faaf4f2560 (patch)
tree5d6541c4d06b4e6181ca577501460d9a58482093 /libavcodec/avcodec.h
parentf4a39ceea0d25a21c9c6e0cc64a0825fd5d84c5b (diff)
parentd42809f9835a4e9e5c7c63210abb09ad0ef19cfb (diff)
downloadffmpeg-ed223eeab34c251856e17440ff17a1faaf4f2560.tar.gz
Merge commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb'
* commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb': av1: Add codec_id and basic demuxing support Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8774718abb..ea3cb4506b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -440,6 +440,7 @@ enum AVCodecID {
AV_CODEC_ID_SCPR,
AV_CODEC_ID_CLEARVIDEO,
AV_CODEC_ID_XPM,
+ AV_CODEC_ID_AV1,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs