rm: Use the correct codec_data_size signedness

The function takes a size and not an offset.

CC: libav-stable@libav.org
Sample-Id: rm_deadlock.rm

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Luca Barbato
2014-12-04 12:00:01 +01:00
committed by Vittorio Giovara
parent 1eec9bfc38
commit 1c77ead1fb
3 changed files with 5 additions and 5 deletions

View File

@@ -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.