Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r--libavformat/rdt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h
index 92c33d5c58..63e4029bc7 100644
--- a/libavformat/rdt.h
+++ b/libavformat/rdt.h
@@ -28,7 +28,8 @@
typedef struct RDTDemuxContext RDTDemuxContext;
-RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st,
+RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
+ int first_stream_of_set_idx,
void *priv_data,
RTPDynamicProtocolHandler *handler);
void ff_rdt_parse_close(RDTDemuxContext *s);