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