[MPlayer-cvslog] r23326 - trunk/libmpdemux/muxer.h

Nico Sabbi nsabbi at email.it
Thu May 17 09:43:21 CEST 2007


corey wrote:

>Author: corey
>Date: Thu May 17 02:15:08 2007
>New Revision: 23326
>
>Log:
>Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
>pass imgfmt to muxers.
>
>
>Modified:
>   trunk/libmpdemux/muxer.h
>
>Modified: trunk/libmpdemux/muxer.h
>==============================================================================
>--- trunk/libmpdemux/muxer.h	(original)
>+++ trunk/libmpdemux/muxer.h	Thu May 17 02:15:08 2007
>@@ -40,6 +40,7 @@ typedef struct {
>   BITMAPINFOHEADER *bih;   // in format
>   int encoder_delay; // in number of frames
>   int decoder_delay; // in number of frames
>+  int imgfmt;
>   // mpeg specific:
>   size_t ipb[3]; // sizes of I/P/B frames
>   // muxer of that stream
>_______________________________________________
>  
>

I know that I'm complaining late, but muxers and imgformats have nothing 
to do
with each other; can't the image format be deduced from the bih?
That ibp[3] is total nonsense, too (yes, it's very old stuff)
 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 La Cronaca del Carnevale di Ivrea 2007 visto su www.localport.it: per conoscere il Carnevale, per rivivere l’edizione 2007. Acquistalo on line
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6430&d=17-5



More information about the MPlayer-cvslog mailing list