Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can

pass imgfmt to muxers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
corey 2007-05-17 00:15:08 +00:00
parent a60325adc8
commit 26e13fe9af
1 changed files with 1 additions and 0 deletions

View File

@ -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