summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-21 06:14:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-21 06:14:29 +0200
commit19a61bf39d3964eb332d141d1bf9a6847b6bb856 (patch)
tree9de4e71af372ed50342ff643aaf872bc21b29d38 /libavformat/rm.h
parent85a576775e1da9f22058aecd1924762e62a29867 (diff)
rmdec: pass mime type to ff_rm_read_mdpr_codecdata()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h2
1 files changed, 1 insertions, 1 deletions
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.