]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/spdifenc.c
Merge commit '4d7ed3e73541983459a7913c2034eba69ebc113d'
[ffmpeg] / libavformat / spdifenc.c
index 778ab88a154370a713423c08442fff5efad19369..857c20de221cc69c45e1b5f94220e54eb8f0c53d 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;
 }