changeset 6488:96d44d29ac98 libavformat

mpegtsenc: Indent
author thardin
date Mon, 27 Sep 2010 12:27:26 +0000
parents 3d0c78997acc
children 7406dd71c060
files mpegtsenc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpegtsenc.c	Mon Sep 27 12:27:23 2010 +0000
+++ b/mpegtsenc.c	Mon Sep 27 12:27:26 2010 +0000
@@ -280,8 +280,8 @@
                     memcpy(q, st->codec->extradata, 4);
                     q += 4;
                 } else {
-                put16(&q, 1); /* page id */
-                put16(&q, 1); /* ancillary page id */
+                    put16(&q, 1); /* page id */
+                    put16(&q, 1); /* ancillary page id */
                 }
             }
             break;