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/rm.h')
-rw-r--r--libavformat/rm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h
index a57e517bab..4ad1c30fef 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -63,6 +63,9 @@ typedef struct {
int sub_packet_lengths[16]; /// Length of each aac subpacket
} RMContext;
+/*< input format for Realmedia-style RTSP streams */
+extern AVInputFormat rdt_demuxer;
+
/**
* Read the MDPR chunk, which contains stream-specific codec initialization
* parameters.