mirror of https://github.com/mpv-player/mpv
100% cosmetics: reindentation and removal of trailing spaces
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
30f3c76528
commit
357b96679e
|
@ -470,7 +470,6 @@ static int demux_mpg_read_packet(demuxer_t *demux,int id){
|
|||
if(demux->sub->id==aid){
|
||||
ds=demux->sub;
|
||||
}
|
||||
|
||||
} else if((aid >= 0x80 && aid <= 0x8F) || (aid >= 0x98 && aid <= 0xAF) || (aid >= 0xC0 && aid <= 0xCF)) {
|
||||
|
||||
// aid=128+(aid&0x7F);
|
||||
|
@ -513,9 +512,7 @@ static int demux_mpg_read_packet(demuxer_t *demux,int id){
|
|||
} // if(demux->audio->id==aid)
|
||||
|
||||
} else mp_msg(MSGT_DEMUX,MSGL_V,"Unknown 0x1BD substream: 0x%02X \n",aid);
|
||||
|
||||
} //if(id==0x1BD)
|
||||
|
||||
} else {
|
||||
if(c!=0x0f){
|
||||
mp_msg(MSGT_DEMUX,MSGL_V," {ERROR5,c=%d} \n",c);
|
||||
|
|
Loading…
Reference in New Issue