[FFmpeg-devel] [PATCH] add rtsp parse_packet() flags field

Ronald S. Bultje rsbultje
Sat Nov 10 16:15:43 CET 2007


Hi

On Nov 10, 2007 3:54 AM, Luca Barbato <lu_zero at gentoo.org> wrote:
>
>
>
> Ronald S. Bultje wrote:
> > attached patch adds a flags field for the rtsp parse_packet() callback
> > method. This is needed for RDT (rtsp/realmedia), and is thus currently not
                                                   ^^^^^^^^^^^^^^^^^^^^^^
> Seems ok, which is the supposed use of flags?

Byte 4 of the RTSP header contains flags in the rtsp format, those
flags are similar to the flags that you get from sync() in rmdec.c
rm_read_packet(), and are supposed to be transferred to
ff_rm_parse_packet().

Ronald




More information about the ffmpeg-devel mailing list