Commit 87c4a80e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bba02479'

* commit 'bba02479':
  libopenh264enc: Remove a workaround for silencing warnings about unused variables in the OpenH264 header
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 9cbaf584 bba02479
......@@ -70,7 +70,6 @@ static av_cold int svc_encode_init(AVCodecContext *avctx)
SEncParamExt param = { 0 };
int err = AVERROR_UNKNOWN;
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
// function (for functions returning larger structs), thus skip the check in those
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment