mirror of
https://github.com/mpv-player/mpv
synced 2025-01-15 19:42:53 +00:00
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30933 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4709cde305
commit
3f8efed4d9
@ -105,8 +105,8 @@ static int init(sh_video_t *sh){
|
||||
extradata += op.bytes + 2;
|
||||
extradata_size -= op.bytes + 2;
|
||||
} else {
|
||||
op.bytes = ds_get_packet (sh->ds, &op.packet);
|
||||
op.b_o_s = 1;
|
||||
op.bytes = ds_get_packet (sh->ds, &op.packet);
|
||||
op.b_o_s = 1;
|
||||
}
|
||||
|
||||
if ( (errorCode = theora_decode_header (&context->inf, &context->cc, &op)) )
|
||||
|
Loading…
Reference in New Issue
Block a user