Commit f2ecb775 authored by Baptiste Coudurier's avatar Baptiste Coudurier

cosmetics

Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 003ae660
...@@ -410,7 +410,7 @@ static int swf_write_video(AVFormatContext *s, ...@@ -410,7 +410,7 @@ static int swf_write_video(AVFormatContext *s,
put_swf_end_tag(s); put_swf_end_tag(s);
} }
swf->swf_frame_number ++; swf->swf_frame_number++;
/* streaming sound always should be placed just before showframe tags */ /* streaming sound always should be placed just before showframe tags */
if (swf->audio_enc && av_fifo_size(&swf->audio_fifo)) { if (swf->audio_enc && av_fifo_size(&swf->audio_fifo)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment