From 19a61bf39d3964eb332d141d1bf9a6847b6bb856 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 21 Aug 2012 06:14:29 +0200 Subject: rmdec: pass mime type to ff_rm_read_mdpr_codecdata() Signed-off-by: Michael Niedermayer --- libavformat/rm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index 6de10924ab..b482c2fe40 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -51,7 +51,7 @@ extern AVInputFormat ff_rdt_demuxer; */ int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb, AVStream *st, RMStream *rst, - int codec_data_size); + int codec_data_size, const uint8_t *mime); /** * Parse one rm-stream packet from the input bytestream. -- cgit v1.2.3