[MPlayer-users] which struct contains video bit stream?
Nico Sabbi
Nicola.Sabbi at poste.it
Tue Jan 15 09:44:20 CET 2008
Il Tuesday 15 January 2008 08:42:08 boku ha scritto:
> Dear all,
> In Mplayer, is there any struct that stores the video bit
> stream after demuxing process but before segmenting into packets?
what packets do you mean?
> I
> checked video.c::video_read_frame() but it seems the bit stream is
> already partitioned into frame packets.
> I'd like to get the pure video bit stream but with no slicing into
> packets. Which struct has such data in Mplayer?
> Thanks a lot!
>
demuxer->video->{first,last,current} contain the demux_packets
fed by the current demuxer. Is it what you need?
More information about the MPlayer-users
mailing list