This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avconv: Make samples void*.
Different sample formats are different sizes.
tags/n0.9
Alex Converse
13 years ago
parent
af3c06b4db
commit
fe332cf5b9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
avconv.c
+ 1
- 1
avconv.c
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save