From fe332cf5b9b91f24f3f2bf049b2ed43ccd78149f Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 27 Sep 2011 10:21:39 -0700 Subject: avconv: Make samples void*. Different sample formats are different sizes. --- avconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index ad5547f874..a9cd9bf481 100644 --- a/avconv.c +++ b/avconv.c @@ -136,7 +136,7 @@ static uint8_t *audio_buf; static uint8_t *audio_out; static unsigned int allocated_audio_out_size, allocated_audio_buf_size; -static short *samples; +static void *samples; #define DEFAULT_PASS_LOGFILENAME_PREFIX "av2pass" -- cgit v1.2.3