mirror of https://github.com/PCSX2/pcsx2.git
GSCapture: Fix incorrect format string for FFmpeg version
This commit is contained in:
parent
94670baa64
commit
e703baf295
|
@ -289,7 +289,7 @@ bool GSCapture::LoadFFmpeg(bool report_errors)
|
|||
" libavcodec: {}\n"
|
||||
" libavformat: {}\n"
|
||||
" libavutil: {}\n"
|
||||
" libswscale: {}\n",
|
||||
" libswscale: {}\n"
|
||||
" libswresample: {}\n", LIBAVCODEC_VERSION_MAJOR, LIBAVFORMAT_VERSION_MAJOR, LIBAVUTIL_VERSION_MAJOR,
|
||||
LIBSWSCALE_VERSION_MAJOR, LIBSWRESAMPLE_VERSION_MAJOR));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue