mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
avconv: Make samples void*.
Different sample formats are different sizes.
This commit is contained in:
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user