Commit fe332cf5 authored by Alex Converse's avatar Alex Converse

avconv: Make samples void*.

Different sample formats are different sizes.
parent af3c06b4
......@@ -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"
......
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