[FFmpeg-cvslog] wvenc: remove flush call, not needed since 4f112a8e3

Paul B Mahol git at videolan.org
Wed May 29 16:29:56 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed May 29 14:25:34 2013 +0000| [f46732fe4d2ce5cb7978522f27226234fe5492c4] | committer: Paul B Mahol

wvenc: remove flush call, not needed since 4f112a8e3

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f46732fe4d2ce5cb7978522f27226234fe5492c4
---

 libavformat/wvenc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/wvenc.c b/libavformat/wvenc.c
index 7fed4a6..a1e4623 100644
--- a/libavformat/wvenc.c
+++ b/libavformat/wvenc.c
@@ -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;
 }



More information about the ffmpeg-cvslog mailing list