comparison allformats.c @ 4095:27f4b31bc790 libavformat

Separate the packet fetching from the data reading, so that the data reading function is assured to parse at most one packet. This makes this function useful for ASF data packet parsing in a "push-mode" in addition to the current "pull-mode", and therefore allows for use of these functions in, for example, the RTSP demuxer (for MS-RTSP support). Tested to give identical output before and after for regular ASF playback, also see discussion in the ML thread "[PATCH] asf.c: move packet_time_start=0 statement". Testsuite also works after the patch, tested by Benoit Fouet.
author rbultje
date Sat, 13 Dec 2008 17:18:11 +0000
parents d1ad76625df3
children 26bd5d91a2d6
comparison
equal deleted inserted replaced
4094:d1ad76625df3 4095:27f4b31bc790