Commit 2629bf5e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AVI: change function prototype for sign-correctness

parent 67f5ba1f
......@@ -206,7 +206,7 @@ static int AVI_PacketSearch ( demux_t * );
static void AVI_IndexLoad ( demux_t * );
static void AVI_IndexCreate ( demux_t * );
static void AVI_ExtractSubtitle( demux_t *, int i_stream, avi_chunk_list_t *, avi_chunk_STRING_t * );
static void AVI_ExtractSubtitle( demux_t *, unsigned int i_stream, avi_chunk_list_t *, avi_chunk_STRING_t * );
static mtime_t AVI_MovieGetLength( demux_t * );
......@@ -2508,7 +2508,7 @@ static void AVI_MetaLoad( demux_t *p_demux,
* Subtitles
*****************************************************************************/
static void AVI_ExtractSubtitle( demux_t *p_demux,
int i_stream,
unsigned int i_stream,
avi_chunk_list_t *p_strl,
avi_chunk_STRING_t *p_strn )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment