X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frm.h;h=2d4656aa1155c946c75cf9a81242a36b38dab15a;hb=9ac2085dbf1821b7995fe360038c1bf0f3940032;hp=f5110b93e121356604875c94216c6931b8a60a1d;hpb=1ab0406db1f338d72fbdda3a03bd9ddddb9c9d08;p=ffmpeg diff --git a/libavformat/rm.h b/libavformat/rm.h index f5110b93e12..2d4656aa115 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -23,9 +23,11 @@ #define AVFORMAT_RM_H #include "avformat.h" +#include "internal.h" extern const char * const ff_rm_metadata[4]; extern const unsigned char ff_sipr_subpk_size[4]; +extern const AVCodecTag ff_rm_codec_tags[]; typedef struct RMStream RMStream; @@ -33,7 +35,7 @@ RMStream *ff_rm_alloc_rmstream (void); void ff_rm_free_rmstream (RMStream *rms); /*< input format for Realmedia-style RTSP streams */ -extern AVInputFormat rdt_demuxer; +extern AVInputFormat ff_rdt_demuxer; /** * Read the MDPR chunk, which contains stream-specific codec initialization @@ -85,7 +87,7 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb, * @param st stream that this packet belongs to * @param rst Real-specific stream information * @param pkt location to store the packet data - * @returns the number of samples left for subsequent calls to this same + * @return the number of samples left for subsequent calls to this same * function, or 0 if all samples have been retrieved. */ int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,