[MPlayer-cvslog] r30933 - trunk/libmpcodecs/vd_theora.c
aurel
subversion at mplayerhq.hu
Thu Mar 18 22:53:53 CET 2010
Author: aurel
Date: Thu Mar 18 22:53:53 2010
New Revision: 30933
Log:
cosmetics: indentation
Modified:
trunk/libmpcodecs/vd_theora.c
Modified: trunk/libmpcodecs/vd_theora.c
==============================================================================
--- trunk/libmpcodecs/vd_theora.c Thu Mar 18 22:53:02 2010 (r30932)
+++ trunk/libmpcodecs/vd_theora.c Thu Mar 18 22:53:53 2010 (r30933)
@@ -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)) )
More information about the MPlayer-cvslog
mailing list