avformat: H265 demuxer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Dirk Farin
2013-09-02 14:33:14 +02:00
committed by Michael Niedermayer
parent 771e2e59e2
commit 902a5fa722
6 changed files with 71 additions and 1 deletions

View File

@@ -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