93d7bbce45
* See 5bf433b16f..36ca0e0030
for the complete changelog.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=196
14 lines
332 B
Diff
14 lines
332 B
Diff
Index: mpv/common/av_log.c
|
|
===================================================================
|
|
--- mpv.orig/common/av_log.c
|
|
+++ mpv/common/av_log.c
|
|
@@ -203,7 +203,7 @@ bool print_libav_versions(struct mp_log
|
|
|
|
mp_msg(log, v, "FFmpeg version: %s\n", av_version_info());
|
|
|
|
- return !mismatch;
|
|
+ return true;
|
|
}
|
|
|
|
#undef V
|