Commit 50ed68f7 authored by Sam Hocevar's avatar Sam Hocevar

* Temporarily disable i_audio_type test in test_dr.c until someone fixes

    dr.xml (broken due to the new 0x0a descriptor specs).
parent bcd7b664
......@@ -474,6 +474,7 @@ int main_iso639_()
BOZO_START(ISO 639 language);
#if 0
/* check i_audio_type */
s_decoded.i_code_count = 0;
BOZO_init_integer(i_audio_type, 0);
......@@ -482,6 +483,7 @@ int main_iso639_()
BOZO_check_integer(i_audio_type, 8)
BOZO_CLEAN();
BOZO_end_integer(i_audio_type, 8)
#endif
BOZO_END(ISO 639 language);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment