avformat: H265 demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
771e2e59e2
commit
902a5fa722
@@ -300,6 +300,7 @@ enum AVCodecID {
|
||||
AV_CODEC_ID_SNOW = MKBETAG('S','N','O','W'),
|
||||
AV_CODEC_ID_WEBP = MKBETAG('W','E','B','P'),
|
||||
AV_CODEC_ID_SMVJPEG = MKBETAG('S','M','V','J'),
|
||||
AV_CODEC_ID_H265 = MKBETAG('H','2','6','5'),
|
||||
|
||||
/* various PCM "codecs" */
|
||||
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs
|
||||
|
||||
Reference in New Issue
Block a user