summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mp4toannexb_bsf.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-03-07 13:18:57 -0500
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-07 13:18:57 -0500
commit4e84f994d3c17f6786fbd4f6463a168fbaaaf477 (patch)
tree9c8dc55b93015b2daae3cc576525d18a394b1a28 /libavcodec/h264_mp4toannexb_bsf.c
parentf1ef2cd9ed22be231bb4da8d2f93d9a0c7877aa7 (diff)
downloadffmpeg-streaming-4e84f994d3c17f6786fbd4f6463a168fbaaaf477.zip
ffmpeg-streaming-4e84f994d3c17f6786fbd4f6463a168fbaaaf477.tar.gz
reindent.
Diffstat (limited to 'libavcodec/h264_mp4toannexb_bsf.c')
-rw-r--r--libavcodec/h264_mp4toannexb_bsf.c4
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;
}
OpenPOWER on IntegriCloud