Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_overlay.c')
-rw-r--r--libavfilter/vf_overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 37f19ea01c..c33b35d769 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -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;