OSDN Git Service

MacGui: Layout refinements courtesy of hawkman
[handbrake-jp/handbrake-jp-git.git] / libhb / stream.c
index 1ac2eb6..1e8e336 100755 (executable)
@@ -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('u' << 8 | 'n' << 8 | 'd');
+               lang = lang_for_code(0x0000);
        }
        else if (stream->stream_type == hb_stream_type_transport)
        {