mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Implement RMStream stream-specific private data object in the RM demuxer.
This allows multiple video or audio streams per .rm file. See mailinglist thread "[PATCH] rmdec.c: implement RMVideo/AudioStream". Originally committed as revision 16365 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
|
||||
#include "avformat.h"
|
||||
|
||||
typedef struct RMStream RMStream;
|
||||
|
||||
RMStream *ff_rm_alloc_rmstream (void);
|
||||
void ff_rm_free_rmstream (RMStream *rms);
|
||||
|
||||
/*< input format for Realmedia-style RTSP streams */
|
||||
extern AVInputFormat rdt_demuxer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user