Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
trancode: omx - the string variables are not constants, fixes #4639
  • Loading branch information
perexg committed Sep 30, 2017
1 parent 570b0d4 commit 5635134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transcoding/codec/codecs/libs/omx.c
Expand Up @@ -25,8 +25,8 @@

typedef struct {
TVHVideoCodecProfile;
const char *libname;
const char *libprefix;
char *libname;
char *libprefix;
int zerocopy;
} tvh_codec_profile_omx_t;

Expand Down

0 comments on commit 5635134

Please sign in to comment.