[FFmpeg-devel] [PATCH] RTSP-MS 15/15: move packet_time_start zero value assignment in asf.c

Ronald S. Bultje rsbultje
Thu Apr 16 00:09:35 CEST 2009


Hi,

On Wed, Apr 15, 2009 at 6:04 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> eof checks are not checks for non padded packets because ther is just
> one eof not several in normal files

Not really... Every packet has an EOF for RTP, because I load them
individually in the ByteIOContext in rtp_asf.c.

If I write the packets to a file and play them back, hunk 2 alone is
sufficient to play it back. If I load them packet-by-packet, hunk 1
also becomes necessary, because (like I said) otherwise we read
non-sensical values in packet_size_left.

Ronald



More information about the ffmpeg-devel mailing list