]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/spdifenc.c
lavf: Don't explicitly flush after each written packet in muxers
[ffmpeg] / libavformat / spdifenc.c
index 1f37340a8b441f565c95e801a84afa637183af1f..c350f7251ca326d4f74218f5edbea1482a1cebcb 100644 (file)
@@ -538,7 +538,6 @@ static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
     av_log(s, AV_LOG_DEBUG, "type=%x len=%i pkt_offset=%i\n",
            ctx->data_type, ctx->out_bytes, ctx->pkt_offset);
 
-    avio_flush(s->pb);
     return 0;
 }