diff mpegvideo.c @ 2111:3c1dba53954e libavcodec

10l (fixes delayed frames during encoding)
author michael
date Wed, 30 Jun 2004 23:12:21 +0000
parents 2faafe7a3db6
children 572634dec306
line wrap: on
line diff
--- a/mpegvideo.c	Wed Jun 30 22:39:01 2004 +0000
+++ b/mpegvideo.c	Wed Jun 30 23:12:21 2004 +0000
@@ -6048,6 +6048,7 @@
     MPV_encode_picture,
     MPV_encode_end,
     .options = mpeg4_options,
+    .capabilities= CODEC_CAP_DELAY,
 };
 
 AVCodec msmpeg4v1_encoder = {