diff options
-rwxr-xr-x | libhb/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index 2cfc0e9bf..da4a9111b 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('e' << 8 | 'n'); + lang = lang_for_code(''); } else if (stream->stream_type == hb_stream_type_transport) { |