mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
cosmetic
Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec0c5d482e
commit
ebdd73778c
1 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ AVCodecParserContext *av_parser_init(int codec_id)
|
|||
|
||||
void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){
|
||||
int i;
|
||||
|
||||
s->dts= s->pts= AV_NOPTS_VALUE;
|
||||
s->offset= 0;
|
||||
for(i = 0; i < AV_PARSER_PTS_NB; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue