Commit aa42b7ef authored by michael's avatar michael

indention


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5100 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 28e63524
......@@ -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