summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c
index 4c118411b..4b4653760 100644
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -1562,7 +1562,7 @@ static void set_audio_description( hb_audio_t *audio, iso639_lang_t *lang )
codec_name = "DTS";
}
- char *profile_name;
+ const char *profile_name;
profile_name = av_get_profile_name( codec, cc->profile );
if ( profile_name )
{