diff parser.c @ 8989:cdd8fa4a362a libavcodec

Add convergence_duration to AVCodecParserContext. Patch by Ivan Schreter, schreter gmx net
author cehoyos
date Thu, 19 Feb 2009 23:35:59 +0000
parents 34f2c7189710
children d4c12f2d226b
line wrap: on
line diff
--- a/parser.c	Thu Feb 19 23:08:23 2009 +0000
+++ b/parser.c	Thu Feb 19 23:35:59 2009 +0000
@@ -74,6 +74,7 @@
     s->fetch_timestamp=1;
     s->pict_type = FF_I_TYPE;
     s->key_frame = -1;
+    s->convergence_duration = AV_NOPTS_VALUE;
     return s;
 }