summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
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 a06ea01a5a..3aa17732f1 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -50,7 +50,7 @@ extern AVInputFormat ff_rdt_demuxer;
*/
int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
AVStream *st, RMStream *rst,
- int codec_data_size);
+ unsigned int codec_data_size);
/**
* Parse one rm-stream packet from the input bytestream.