]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_drawbox.c
dpcm: calculate and check actual output data size prior to decoding.
[ffmpeg] / libavfilter / vf_drawbox.c
index 37c48c5c892e1b693fc964463e7fa7f7cbd211f4..ab5cb0341578003f53c025e11a37aecdfe7d906d 100644 (file)
@@ -34,7 +34,7 @@ enum { Y, U, V, A };
 typedef struct {
     int x, y, w, h;
     unsigned char yuv_color[4];
-    int vsub, hsub;   //< chroma subsampling
+    int vsub, hsub;   ///< chroma subsampling
 } DrawBoxContext;
 
 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)