You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e'
* commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e': libopenh264enc: Remove a workaround for silencing warnings about unused variables in the OpenH264 header Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -70,7 +70,6 @@ static av_cold int svc_encode_init(AVCodecContext *avctx)
|
|||||||
SEncParamExt param = { 0 };
|
SEncParamExt param = { 0 };
|
||||||
int err = AVERROR_UNKNOWN;
|
int err = AVERROR_UNKNOWN;
|
||||||
av_unused OpenH264Version libver;
|
av_unused OpenH264Version libver;
|
||||||
(void)g_strCodecVer; // Avoid warnings due to unused static members from codec_ver.h
|
|
||||||
|
|
||||||
// Mingw GCC < 4.7 on x86_32 uses an incorrect/buggy ABI for the WelsGetCodecVersion
|
// Mingw GCC < 4.7 on x86_32 uses an incorrect/buggy ABI for the WelsGetCodecVersion
|
||||||
// function (for functions returning larger structs), thus skip the check in those
|
// function (for functions returning larger structs), thus skip the check in those
|
||||||
|
Reference in New Issue
Block a user