summaryrefslogtreecommitdiffstats
path: root/common/av_log.c
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2024-01-20 00:15:30 +0530
committerDudemanguy <random342@airmail.cc>2024-01-20 16:10:20 +0000
commit8fe2af09f18d83986d39961ce3469fa8857607d7 (patch)
treee499ab77549c4390c4ab97026559f0bf1e51c703 /common/av_log.c
parentf4a09fada9d1e1eada055350bae565ccd91146f4 (diff)
downloadmpv-8fe2af09f18d83986d39961ce3469fa8857607d7.tar.bz2
mpv-8fe2af09f18d83986d39961ce3469fa8857607d7.tar.xz
common: stream: don't mention Libav in errors/warnings
Diffstat (limited to 'common/av_log.c')
-rw-r--r--common/av_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/av_log.c b/common/av_log.c
index 2090c80586..54b78a617d 100644
--- a/common/av_log.c
+++ b/common/av_log.c
@@ -82,7 +82,7 @@ static struct mp_log *get_av_log(void *ptr)
if (!avc) {
mp_warn(log_root,
"av_log callback called with bad parameters (NULL AVClass).\n"
- "This is a bug in one of Libav/FFmpeg libraries used.\n");
+ "This is a bug in one of FFmpeg libraries used.\n");
return log_root;
}