From 064698d381e1e7790f21b0199a8930ea04e2e942 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sun, 11 Aug 2013 09:02:07 +0200 Subject: Add HEVC decoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initially written by Guillaume Martres as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet Seppo Tomperi Gildas Cocherel Khaled Jerbi Wassim Hamidouche Vittorio Giovara Jan Ekström Anton Khirnov Martin Storsjö Luca Barbato Yusuke Nakamura Reimar Döffinger Diego Biurrun Signed-off-by: Anton Khirnov --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index a4a04468cb..ac086aa4f8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -275,6 +275,7 @@ enum AVCodecID { AV_CODEC_ID_G2M, AV_CODEC_ID_WEBP, AV_CODEC_ID_HNM4_VIDEO, + AV_CODEC_ID_HEVC, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs -- cgit v1.2.3