[FFmpeg-cvslog] reindent.

Ronald S. Bultje git
Tue Mar 8 02:43:29 CET 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Mon Mar  7 13:18:57 2011 -0500| [750fbbc249f47fc775040e4b0f06176782850c0d] | committer: Michael Niedermayer

reindent.
(cherry picked from commit 4e84f994d3c17f6786fbd4f6463a168fbaaaf477)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=750fbbc249f47fc775040e4b0f06176782850c0d
---

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

diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c
index e7f2e7a..df49b34 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;
         }
 




More information about the ffmpeg-cvslog mailing list