mirror of https://github.com/mpv-player/mpv
user_data check disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4076 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
30dd20f212
commit
738fc8a6b4
|
@ -244,14 +244,14 @@ static int parse_chunk (vo_functions_t * output, int code, uint8_t * buffer, int
|
|||
drop_frame |= framedrop>=2; // hard drop
|
||||
//decode_reorder_frames ();
|
||||
break;
|
||||
|
||||
#if 0
|
||||
case 0xb2: /* user data */
|
||||
if(buffer[0]=='C' && buffer[1]=='C')
|
||||
printf("libmpeg2: Closed Captions sample found! Contact MPlayer developers! \n");
|
||||
else
|
||||
printf("libmpeg2: Unknown user data. %02X %02X \n",buffer[0],buffer[1]);
|
||||
break;
|
||||
|
||||
#endif
|
||||
case 0xb3: /* sequence_header_code */
|
||||
if (header_process_sequence_header (picture, buffer)) {
|
||||
printf ("bad sequence header\n");
|
||||
|
|
Loading…
Reference in New Issue