Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-20 23:15:17 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-20 23:15:25 +0300
commit87c4a80e563ae19fec482aaac635d48c16d5c114 (patch)
treee2a658c33901e22dc00432e750fa40ae46bfa956 /libavcodec/libopenh264enc.c
parent9cbaf5849b217342b9850bd39e91d3c83f8f2ed1 (diff)
parentbba02479260d0e7dec8c530a7e75a1c7aa53c06e (diff)
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>
Diffstat (limited to 'libavcodec/libopenh264enc.c')
-rw-r--r--libavcodec/libopenh264enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
index 07262b96dc..9e7198ae0b 100644
--- a/libavcodec/libopenh264enc.c
+++ b/libavcodec/libopenh264enc.c
@@ -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