Commit f46732fe authored by Paul B Mahol's avatar Paul B Mahol

wvenc: remove flush call, not needed since 4f112a8e

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6d3b9134
......@@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/attributes.h"
#include "apetag.h"
......@@ -56,7 +55,6 @@ static int wv_write_packet(AVFormatContext *ctx, AVPacket *pkt)
s->samples += header.samples;
avio_write(ctx->pb, pkt->data, pkt->size);
avio_flush(ctx->pb);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment