changeset 9057:0adefec7e2b4 libavcodec

Cosmetics: Fix indentation after last commit.
author cehoyos
date Thu, 26 Feb 2009 20:36:47 +0000
parents 4180f20569c1
children 7c9368905639
files h264_parser.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/h264_parser.c	Thu Feb 26 20:36:02 2009 +0000
+++ b/h264_parser.c	Thu Feb 26 20:36:47 2009 +0000
@@ -261,9 +261,9 @@
         parse_nal_units(s, avctx, buf, buf_size);
 
         if (h->sei_cpb_removal_delay >= 0) {
-        s->dts_sync_point    = h->sei_buffering_period_present;
-        s->dts_ref_dts_delta = h->sei_cpb_removal_delay;
-        s->pts_dts_delta     = h->sei_dpb_output_delay;
+            s->dts_sync_point    = h->sei_buffering_period_present;
+            s->dts_ref_dts_delta = h->sei_cpb_removal_delay;
+            s->pts_dts_delta     = h->sei_dpb_output_delay;
         } else {
             s->dts_sync_point    = INT_MIN;
             s->dts_ref_dts_delta = INT_MIN;