summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2024-01-20 00:16:20 +0530
committerDudemanguy <random342@airmail.cc>2024-01-20 16:10:20 +0000
commita05c363b7fc89a41176072709c3f4ba018d8bf09 (patch)
tree2ec9dc49ac04861aa62d8339a0659185e4b7d461 /video
parent8fe2af09f18d83986d39961ce3469fa8857607d7 (diff)
downloadmpv-a05c363b7fc89a41176072709c3f4ba018d8bf09.tar.bz2
mpv-a05c363b7fc89a41176072709c3f4ba018d8bf09.tar.xz
chmap: mp_image_pool: drop stale mentions of Libav in comments
Diffstat (limited to 'video')
-rw-r--r--video/mp_image_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/mp_image_pool.c b/video/mp_image_pool.c
index 0b5e520e10..922854a7d1 100644
--- a/video/mp_image_pool.c
+++ b/video/mp_image_pool.c
@@ -337,7 +337,7 @@ bool mp_image_hw_upload(struct mp_image *hw_img, struct mp_image *src)
AVFrame *srcav = NULL;
// This means the destination image will not be "writable", which would be
- // a pain if Libav enforced this - fortunately it doesn't care. We can
+ // a pain if FFmpeg enforced this - fortunately it doesn't care. We can
// transfer data to it even if there are multiple refs.
dstav = mp_image_to_av_frame(hw_img);
if (!dstav)