]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_overlay.c
Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'
[ffmpeg] / libavfilter / vf_overlay.c
index 37f19ea01c647692d2c190de9e8f9613ebdde82e..c33b35d7698a3773c26d7e94ff34fbfd73665653 100644 (file)
@@ -108,7 +108,7 @@ enum OverlayFormat {
 
 typedef struct OverlayContext {
     const AVClass *class;
-    int x, y;                   ///< position of overlayed picture
+    int x, y;                   ///< position of overlaid picture
 
     int allow_packed_rgb;
     uint8_t main_is_packed_rgb;