]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_drawbox.c
avcodec: add YCgCo color space.
[ffmpeg] / libavfilter / vf_drawbox.c
index 1ad8e94de2072d985f376b2a6bf375de1bf79692..d4d83044c4e789448a5c206314696add98773d9f 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)