From: Jaroslav Kysela Date: Fri, 29 Sep 2017 07:38:11 +0000 (+0200) Subject: transcoding: omx - fix typo, fixes #4636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0624bf984969228ad2150f0a74097414220c04e;p=thirdparty%2Ftvheadend.git transcoding: omx - fix typo, fixes #4636 --- diff --git a/src/transcoding/codec/codecs/libs/omx.c b/src/transcoding/codec/codecs/libs/omx.c index 1180b6472..111ba382a 100644 --- a/src/transcoding/codec/codecs/libs/omx.c +++ b/src/transcoding/codec/codecs/libs/omx.c @@ -33,7 +33,7 @@ typedef struct { static int tvh_codec_profile_omx_open(tvh_codec_profile_omx_t *self, AVDictionary **opts) -k{ +{ AV_DICT_SET_FLAGS_GLOBAL_HEADER(opts); // bit_rate if (self->bit_rate) {