Commit 98740f5a authored by Michael Niedermayer's avatar Michael Niedermayer

indention

Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 38cf2a72
......@@ -378,8 +378,8 @@ static int avi_write_header(AVFormatContext *s)
put_le32(pb, s->nb_streams); /* nb streams */
put_le32(pb, 1024 * 1024); /* suggested buffer size */
if(video_enc){
put_le32(pb, video_enc->width);
put_le32(pb, video_enc->height);
put_le32(pb, video_enc->width);
put_le32(pb, video_enc->height);
} else {
put_le32(pb, 0);
put_le32(pb, 0);
......
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