X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fdrawutils.h;h=b999d70e55e5a64213888f7becc1eba79a325d91;hb=e10846001d150d8e270ae60e1b4025cd6bc2d1c0;hp=cf5363545695e0ed5a2172342b5e069230b63c12;hpb=7386b4ff39506b7a34b3689cc4b05993ed9b4a4f;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;