[MPlayer-cvslog] r23326 - trunk/libmpdemux/muxer.h
    corey 
    subversion at mplayerhq.hu
       
    Thu May 17 02:15:08 CEST 2007
    
    
  
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
    
    
More information about the MPlayer-cvslog
mailing list