Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8988:48c89edff557 | 8989:cdd8fa4a362a |
|---|---|
| 72 } | 72 } |
| 73 } | 73 } |
| 74 s->fetch_timestamp=1; | 74 s->fetch_timestamp=1; |
| 75 s->pict_type = FF_I_TYPE; | 75 s->pict_type = FF_I_TYPE; |
| 76 s->key_frame = -1; | 76 s->key_frame = -1; |
| 77 s->convergence_duration = AV_NOPTS_VALUE; | |
| 77 return s; | 78 return s; |
| 78 } | 79 } |
| 79 | 80 |
| 80 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){ | 81 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){ |
| 81 int i; | 82 int i; |
