mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
avconv: Make samples void*.
Different sample formats are different sizes.
This commit is contained in:
parent
af3c06b4db
commit
fe332cf5b9
2
avconv.c
2
avconv.c
@ -136,7 +136,7 @@ static uint8_t *audio_buf;
|
|||||||
static uint8_t *audio_out;
|
static uint8_t *audio_out;
|
||||||
static unsigned int allocated_audio_out_size, allocated_audio_buf_size;
|
static unsigned int allocated_audio_out_size, allocated_audio_buf_size;
|
||||||
|
|
||||||
static short *samples;
|
static void *samples;
|
||||||
|
|
||||||
#define DEFAULT_PASS_LOGFILENAME_PREFIX "av2pass"
|
#define DEFAULT_PASS_LOGFILENAME_PREFIX "av2pass"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user