|
|
|
@@ -349,7 +349,6 @@ static int flac_write_trailer(struct AVFormatContext *s) |
|
|
|
avio_seek(pb, 8, SEEK_SET); |
|
|
|
avio_write(pb, streaminfo, FLAC_STREAMINFO_SIZE); |
|
|
|
avio_seek(pb, file_size, SEEK_SET); |
|
|
|
avio_flush(pb); |
|
|
|
} else { |
|
|
|
av_log(s, AV_LOG_WARNING, "unable to rewrite FLAC header.\n"); |
|
|
|
} |
|
|
|
|