summaryrefslogtreecommitdiffstats
path: root/libavformat/framecrcenc.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-25 00:23:46 +0100
committerClément Bœsch <ubitux@gmail.com>2013-04-14 21:16:53 +0200
commit8de9bb6e5e527e2bcc8b2cff2da4107ecef23421 (patch)
tree3e15b14b5c1eb821c49b232e9362eb6921cdbfc1 /libavformat/framecrcenc.c
parentbc1847addf34a6c9216512b458f6a993c60461cb (diff)
downloadffmpeg-streaming-8de9bb6e5e527e2bcc8b2cff2da4107ecef23421.zip
ffmpeg-streaming-8de9bb6e5e527e2bcc8b2cff2da4107ecef23421.tar.gz
lavf: remove some flushing in write_packet muxers callbacks.
Since 4f112a8e3, this is not necessary anymore. Also, it allows to actually disable the flushing.
Diffstat (limited to 'libavformat/framecrcenc.c')
-rw-r--r--libavformat/framecrcenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/framecrcenc.c b/libavformat/framecrcenc.c
index 92f2e91..df0ae79 100644
--- a/libavformat/framecrcenc.c
+++ b/libavformat/framecrcenc.c
@@ -46,7 +46,6 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
}
av_strlcatf(buf, sizeof(buf), "\n");
avio_write(s->pb, buf, strlen(buf));
- avio_flush(s->pb);
return 0;
}
OpenPOWER on IntegriCloud