diff options
author | Ronald S. Bultje <[email protected]> | 2011-03-07 13:18:57 -0500 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2011-03-08 02:09:35 +0100 |
commit | 750fbbc249f47fc775040e4b0f06176782850c0d (patch) | |
tree | 47c2010b5c784265456eb98499e15ec765407071 | |
parent | f8bc86d47e8997b9e78e26a90f3884ffe9b55f5e (diff) |
reindent.
(cherry picked from commit 4e84f994d3c17f6786fbd4f6463a168fbaaaf477)
-rw-r--r-- | 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 e7f2e7ab04..df49b34810 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; } |