[FFmpeg-cvslog] r26161 - trunk/libavformat/spdifenc.c

cehoyos subversion
Thu Dec 30 00:43:26 CET 2010


Author: cehoyos
Date: Thu Dec 30 00:43:25 2010
New Revision: 26161

Log:
Cosmetics: Re-indent after last commit.

Modified:
   trunk/libavformat/spdifenc.c

Modified: trunk/libavformat/spdifenc.c
==============================================================================
--- trunk/libavformat/spdifenc.c	Thu Dec 30 00:42:27 2010	(r26160)
+++ trunk/libavformat/spdifenc.c	Thu Dec 30 00:43:25 2010	(r26161)
@@ -354,10 +354,10 @@ static int spdif_write_packet(struct AVF
     }
 
     if (ctx->use_preamble) {
-    put_le16(s->pb, SYNCWORD1);      //Pa
-    put_le16(s->pb, SYNCWORD2);      //Pb
-    put_le16(s->pb, ctx->data_type); //Pc
-    put_le16(s->pb, ctx->length_code);//Pd
+        put_le16(s->pb, SYNCWORD1);       //Pa
+        put_le16(s->pb, SYNCWORD2);       //Pb
+        put_le16(s->pb, ctx->data_type);  //Pc
+        put_le16(s->pb, ctx->length_code);//Pd
     }
 
     if (HAVE_BIGENDIAN ^ ctx->extra_bswap) {



More information about the ffmpeg-cvslog mailing list