You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
wmall: fix return type of dump_int_buffer()
Found-by: Dominique Leuenberger Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -308,7 +308,7 @@ static void av_cold dump_context(WmallDecodeCtx *s)
|
|||||||
PRINT("num channels", s->num_channels);
|
PRINT("num channels", s->num_channels);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int dump_int_buffer(int *buffer, int length, int delimiter)
|
static void dump_int_buffer(int *buffer, int length, int delimiter)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user