[FFmpeg-devel] seeking in ts (was: mpegvideo_parser outputs incomplete frames)

Wolfram Gloger wmglo
Wed Sep 5 16:31:50 CEST 2007


> From: Michael Niedermayer <michaelni at gmx.at>
> 
> the problem is not so much if av_find_stream_info() can or cannot be
> called in the middle of a stream but rather that there should not be
> any need to
> 
> the parameters of an existing AVStream MUST NOT change if they do the
> mpeg ts demuxer is buggy it should rather create a new stream

Interesting idea..  But not easy to realize -- in order to decide that
for example the audio parameters are changing (eg. number of channels)
the demuxer would have to parse and look at (all?) PES packets.

Regards,
Wolfram.




More information about the ffmpeg-devel mailing list