summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rwxr-xr-xlibhb/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c
index da4a9111b..1ac2eb68a 100755
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -553,7 +553,7 @@ void hb_stream_update_audio(hb_stream_t *stream, hb_audio_t *audio)
if (stream->stream_type == hb_stream_type_program)
{
- lang = lang_for_code('');
+ lang = lang_for_code('u' << 8 | 'n' << 8 | 'd');
}
else if (stream->stream_type == hb_stream_type_transport)
{