summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2024-01-20 00:12:17 +0530
committerDudemanguy <random342@airmail.cc>2024-01-20 16:10:20 +0000
commitf4a09fada9d1e1eada055350bae565ccd91146f4 (patch)
tree4eeb780fb84246b7db929c0d4e7aeff8f28bc2c2 /TOOLS
parent5cc0495718372bc81b9691b7158f71a51728d10e (diff)
downloadmpv-f4a09fada9d1e1eada055350bae565ccd91146f4.tar.bz2
mpv-f4a09fada9d1e1eada055350bae565ccd91146f4.tar.xz
TOOLS/autocrop.lua: drop Libav mention
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/autocrop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/lua/autocrop.lua b/TOOLS/lua/autocrop.lua
index b9e1120ea5..ea57d15658 100644
--- a/TOOLS/lua/autocrop.lua
+++ b/TOOLS/lua/autocrop.lua
@@ -177,7 +177,7 @@ function detect_end()
else
mp.msg.error("No crop data.")
mp.msg.info("Was the cropdetect filter successfully inserted?")
- mp.msg.info("Does your version of ffmpeg/libav support AVFrame metadata?")
+ mp.msg.info("Does your version of FFmpeg support AVFrame metadata?")
return
end