From 7c68a17754ca1a42baccf8b90704a073f4514ece Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 7 Jan 2009 14:45:13 +0000 Subject: Parse the OpaqueData field for every AVStream represented by this "set of streams" (a single RTSPStream / RDTDemuxContext can represent several AVStreams, that's just how Real/RDT was designed...). This will fill in most of the AVStream/AVCodecContext header fields, similar to reading a RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on mailinglist. Originally committed as revision 16468 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rdt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/rdt.h') diff --git a/libavformat/rdt.h b/libavformat/rdt.h index 708b025bec..e24a0d516b 100644 --- a/libavformat/rdt.h +++ b/libavformat/rdt.h @@ -74,9 +74,6 @@ void av_register_rdt_dynamic_payload_handlers(void); */ void ff_rdt_subscribe_rule(char *cmd, int size, int stream_nr, int rule_nr); -// FIXME this will be removed ASAP -void ff_rdt_subscribe_rule2(RDTDemuxContext *s, char *cmd, int size, - int stream_nr, int rule_nr); /** * Parse RDT-style packet header. -- cgit v1.2.3