]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/drawutils.h
Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c'
[ffmpeg] / libavfilter / drawutils.h
index cf5363545695e0ed5a2172342b5e069230b63c12..b999d70e55e5a64213888f7becc1eba79a325d91 100644 (file)
@@ -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;