diff rdt.h @ 4165:8b294ed0bd65 libavformat

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.
author rbultje
date Wed, 07 Jan 2009 14:45:13 +0000
parents 8d6512cbd657
children 80f21f72d7d6
line wrap: on
line diff
--- a/rdt.h	Wed Jan 07 14:41:40 2009 +0000
+++ b/rdt.h	Wed Jan 07 14:45:13 2009 +0000
@@ -74,9 +74,6 @@
  */
 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.