Module: ffmpeg Branch: master Commit: 4e84f994d3c17f6786fbd4f6463a168fbaaaf477
Author: Ronald S. Bultje <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Mon Mar 7 13:18:57 2011 -0500 reindent. --- 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; } _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
