Mercurial > libavcodec.hg
changeset 955:8f5d4c666806 libavcodec
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)
author | michaelni |
---|---|
date | Sun, 05 Jan 2003 17:17:14 +0000 |
parents | 13aec7e50c52 |
children | 45bd748e305f |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Sun Jan 05 15:57:10 2003 +0000 +++ b/mpegvideo.c Sun Jan 05 17:17:14 2003 +0000 @@ -1056,6 +1056,7 @@ } pic->quality= pic_arg->quality; pic->pict_type= pic_arg->pict_type; + pic->pts = pic_arg->pts; if(s->input_picture[encoding_delay]) pic->display_picture_number= s->input_picture[encoding_delay]->display_picture_number + 1;