diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-16 13:25:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-24 21:07:01 +0200 |
commit | aba720dce236cc1f9d7454011ef810532ae8b0b0 (patch) | |
tree | 31a3e8958c83bf7bdca15fb9cdd65af58e414d13 /libavcodec/avcodec.h | |
parent | 1931761f18cda3756a27087c366270c38160c754 (diff) | |
download | ffmpeg-aba720dce236cc1f9d7454011ef810532ae8b0b0.tar.gz |
avcodec: add Brooktree ProSumer 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 31e50d5a94..2a4be2ca4f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -448,6 +448,7 @@ enum AVCodecID { AV_CODEC_ID_GDV, AV_CODEC_ID_FITS, AV_CODEC_ID_IMM4, + AV_CODEC_ID_PROSUMER, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |