mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
Add convergence_duration to AVCodecParserContext.
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e9259f8d18
commit
b1fa494205
4 changed files with 22 additions and 2 deletions
|
@ -74,6 +74,7 @@ AVCodecParserContext *av_parser_init(int codec_id)
|
|||
s->fetch_timestamp=1;
|
||||
s->pict_type = FF_I_TYPE;
|
||||
s->key_frame = -1;
|
||||
s->convergence_duration = AV_NOPTS_VALUE;
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue