X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fdrawutils.h;h=b999d70e55e5a64213888f7becc1eba79a325d91;hb=3b5945b14654a04cd99cf3f618913c9b25ff79cd;hp=cf5363545695e0ed5a2172342b5e069230b63c12;hpb=c00b218a8f75ed3eb87c213d95bd5775c0af5e12;p=ffmpeg diff --git a/libavfilter/drawutils.h b/libavfilter/drawutils.h index cf536354569..b999d70e55e 100644 --- a/libavfilter/drawutils.h +++ b/libavfilter/drawutils.h @@ -55,6 +55,7 @@ typedef struct FFDrawContext { uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */ uint8_t hsub_max; uint8_t vsub_max; + int full_range; unsigned flags; } FFDrawContext;