From 4e84f994d3c17f6786fbd4f6463a168fbaaaf477 Mon Sep 17 00:00:00 2001
From: "Ronald S. Bultje" <rsbultje@gmail.com>
Date: Mon, 7 Mar 2011 13:18:57 -0500
Subject: [PATCH] reindent.

---
 libavcodec/h264_mp4toannexb_bsf.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c
index e7f2e7ab046..df49b348104 100644
--- a/libavcodec/h264_mp4toannexb_bsf.c
+++ b/libavcodec/h264_mp4toannexb_bsf.c
@@ -92,9 +92,7 @@ static int h264_mp4toannexb_filter(AVBitStreamFilterContext *bsfc,
 
             if (unit_nb)
                 pps_seen = 1;
-        }
-        else
-        {
+        } else {
             sps_seen = 1;
         }
 
-- 
GitLab