diff options
author | Nicolas DEROUINEAU <nicolas.derouineau@vitec.com> | 2015-06-30 15:17:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-30 23:20:36 +0200 |
commit | 04a68f43488c2b6796f1e24c87122f814b785e88 (patch) | |
tree | 2549424c836171ab28d13dc081c022013400f518 /libavcodec/avcodec.h | |
parent | 7e9c7b623f051eea2e9565a260dae071f873cb42 (diff) | |
download | ffmpeg-04a68f43488c2b6796f1e24c87122f814b785e88.tar.gz |
avcodec/h264: Greenmetadata SEI parsing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 ddbf0a372b..6391cf35f1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2616,6 +2616,7 @@ typedef struct AVCodecContext { #endif #define FF_DEBUG_BUFFERS 0x00008000 #define FF_DEBUG_THREADS 0x00010000 +#define FF_DEBUG_GREEN_MD 0x00800000 #define FF_DEBUG_NOMC 0x01000000 #if FF_API_DEBUG_MV |