mirror of https://git.ffmpeg.org/ffmpeg.git
fix indention (dunno why it was messed up ...)
Originally committed as revision 7592 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
88e7a4d18c
commit
5c4e1928c0
|
@ -519,8 +519,7 @@ static int avi_write_trailer(AVFormatContext *s)
|
|||
int i, j, n, nb_frames;
|
||||
offset_t file_size;
|
||||
|
||||
if (!url_is_streamed(pb))
|
||||
{
|
||||
if (!url_is_streamed(pb)){
|
||||
if (avi->riff_id == 1) {
|
||||
end_tag(pb, avi->movi_list);
|
||||
res = avi_write_idx1(s);
|
||||
|
|
Loading…
Reference in New Issue