diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 14:45:13 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 14:45:13 +0000 |
commit | 7c68a17754ca1a42baccf8b90704a073f4514ece (patch) | |
tree | f6800b839e39027eca34136630a0efd8d500b439 /libavformat/rdt.h | |
parent | 530bca94390adb946f21c767f5eafda522c826b1 (diff) | |
download | ffmpeg-7c68a17754ca1a42baccf8b90704a073f4514ece.tar.gz |
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
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r-- | libavformat/rdt.h | 3 |
1 files changed, 0 insertions, 3 deletions
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. |