1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

indention

Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-03-02 20:08:01 +00:00
parent 38cf2a723c
commit 98740f5a79

View File

@ -378,8 +378,8 @@ static int avi_write_header(AVFormatContext *s)
put_le32(pb, s->nb_streams); /* nb streams */ put_le32(pb, s->nb_streams); /* nb streams */
put_le32(pb, 1024 * 1024); /* suggested buffer size */ put_le32(pb, 1024 * 1024); /* suggested buffer size */
if(video_enc){ if(video_enc){
put_le32(pb, video_enc->width); put_le32(pb, video_enc->width);
put_le32(pb, video_enc->height); put_le32(pb, video_enc->height);
} else { } else {
put_le32(pb, 0); put_le32(pb, 0);
put_le32(pb, 0); put_le32(pb, 0);