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