From 3f8efed4d98c1846ff65a04645795d1698845f42 Mon Sep 17 00:00:00 2001 From: aurel Date: Thu, 18 Mar 2010 21:53:53 +0000 Subject: cosmetics: indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30933 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_theora.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpcodecs/vd_theora.c b/libmpcodecs/vd_theora.c index 6364a4f4e4..cb9865b45e 100644 --- a/libmpcodecs/vd_theora.c +++ b/libmpcodecs/vd_theora.c @@ -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)) ) -- cgit v1.2.3