patch-stream_asf_mmst_streaming_c 749 B

1234567891011121314151617181920212223
  1. --- mplayer-1.0-32749.orig/stream/asf_mmst_streaming.c 2011-01-03 11:26:52.000000000 +0100
  2. +++ mplayer-1.0-32749/stream/asf_mmst_streaming.c 2011-07-29 17:29:01.494032168 +0200
  3. @@ -359,20 +359,7 @@ static int interp_header (uint8_t *heade
  4. }
  5. } else {
  6. -#if 0
  7. - int b = i;
  8. - printf ("unknown object (guid: %016llx, %016llx, len: %lld)\n", guid_1, guid_2, length);
  9. - for (; b < length; b++)
  10. - {
  11. - if (isascii(header[b]) || isalpha(header[b]))
  12. - printf("%c ", header[b]);
  13. - else
  14. - printf("%x ", header[b]);
  15. - }
  16. - printf("\n");
  17. -#else
  18. mp_msg(MSGT_NETWORK,MSGL_WARN,MSGTR_MPDEMUX_MMST_UnknownObject);
  19. -#endif
  20. }
  21. // mp_msg(MSGT_NETWORK,MSGL_INFO,"length : %lld\n", length);