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:
Michael Niedermayer 2007-01-20 23:09:27 +00:00
parent 88e7a4d18c
commit 5c4e1928c0
1 changed files with 26 additions and 27 deletions

View File

@ -519,8 +519,7 @@ static int avi_write_trailer(AVFormatContext *s)
int i, j, n, nb_frames; int i, j, n, nb_frames;
offset_t file_size; offset_t file_size;
if (!url_is_streamed(pb)) if (!url_is_streamed(pb)){
{
if (avi->riff_id == 1) { if (avi->riff_id == 1) {
end_tag(pb, avi->movi_list); end_tag(pb, avi->movi_list);
res = avi_write_idx1(s); res = avi_write_idx1(s);