diff --git a/ffmpeg.c b/ffmpeg.c index 87c3f7a5d34b1387308f8a6bfd13e3281d49795d..9575813bca1c8678a68122ea7d75e1b6ca64005d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1746,6 +1746,7 @@ duplicate_frame: pkt.flags |= AV_PKT_FLAG_KEY; write_frame(s, &pkt, ost); + video_size += pkt.size; } else { int got_packet; AVFrame big_picture;