diff --git a/libavformat/dv.c b/libavformat/dv.c index a376741703..dacf4e2db8 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -869,7 +869,7 @@ static int dv_write_packet(struct AVFormatContext *s, put_buffer(&s->pb, frame, fsize); put_flush_packet(&s->pb); } - return fsize; + return 0; } /*