diff options
author | Peter Ross <pross@xvid.org> | 2019-01-06 17:45:04 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-12 20:06:20 +1000 |
commit | 43dbdee264915d21b745939034d0c5120322ec5b (patch) | |
tree | 67ed9cc4a826aa758b84422ad5d710557ac82039 /libavcodec/avcodec.h | |
parent | a212c8da48fea89bff3e26324aef257e5663233e (diff) | |
download | ffmpeg-43dbdee264915d21b745939034d0c5120322ec5b.tar.gz |
VP4 video 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 b749946633..586bbbca4e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -456,6 +456,7 @@ enum AVCodecID { AV_CODEC_ID_ARBC, AV_CODEC_ID_AGM, AV_CODEC_ID_LSCR, + AV_CODEC_ID_VP4, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |