[MPlayer-users] which struct contains video bit stream?

Nico Sabbi Nicola.Sabbi at poste.it
Tue Jan 15 11:00:21 CET 2008


Il Tuesday 15 January 2008 10:42:31 boku ha scritto:
> > >   Or should I say can I find the whole video elementary stream
> > > demuxed from a FILE?
> > > Thanks~
> >
> > -dumpvideo
> > _______________________________________________
>
> Thank you very much, Nico~
> I've found the dump stream in mplayer.c
> That's the code, is it?
> ===================================
> if((stream_dump_type)&&(stream_dump_type<4)){
>   FILE *f;
>   demux_stream_t *ds=NULL;
>   current_module="dump";
>   // select stream to dump
>   switch(stream_dump_type){
>   case 1: ds=mpctx->d_audio;break;
>
>   case 2: ds=mpctx->d_video;break;        <==== this is the video
> streams, right?
>

yes



More information about the MPlayer-users mailing list