[vlc-devel] Re: CVS Commit (gbazin)

Gildas Bazin gbazin at netcourrier.com
Sat Aug 9 17:05:17 CEST 2003


On Saturday 09 August 2003 16:59, cvs at videolan.org wrote:
> Log Message:
> 
> * modules/stream_out/transcode.c: proper pts/dts generation. This allows 
the transcoder module to finally generate proper streams.
>    Added support for b frames (bframe=x option) + couple of bug fixes.
> 

For this to work, you'll have to apply the following bug fix to ffmpeg cvs.

--
Gildas

--- libavcodec/mpegvideo.c      2 Aug 2003 22:01:02 -0000       1.268
+++ libavcodec/mpegvideo.c      6 Aug 2003 08:50:45 -0000
@@ -1516,6 +1516,7 @@
             pic->quality   = s->reordered_input_picture[0]->quality;
             pic->coded_picture_number = 
s->reordered_input_picture[0]->coded_picture_number;
             pic->reference = s->reordered_input_picture[0]->reference;
+            pic->pts = s->reordered_input_picture[0]->pts;
             
             alloc_picture(s, pic, 0);
 

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list