]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcoding: omx - fix typo, fixes #4636
authorJaroslav Kysela <perex@perex.cz>
Fri, 29 Sep 2017 07:38:11 +0000 (09:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 29 Sep 2017 07:38:15 +0000 (09:38 +0200)
src/transcoding/codec/codecs/libs/omx.c

index 1180b647280653b26b7dba4a907ca65b067effdc..111ba382acba6939525a7af23b0d44927ba669f8 100644 (file)
@@ -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) {