mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
indention
Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
38cf2a723c
commit
98740f5a79
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user