Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
84f6619e
Commit
84f6619e
authored
Aug 01, 2013
by
Mathis Rosenhauer
Browse files
Allow output files >2GB
parent
4c39d94d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aec.c
View file @
84f6619e
...
@@ -69,7 +69,8 @@ int main(int argc, char *argv[])
...
@@ -69,7 +69,8 @@ int main(int argc, char *argv[])
struct
aec_stream
strm
;
struct
aec_stream
strm
;
unsigned
char
*
in
;
unsigned
char
*
in
;
unsigned
char
*
out
;
unsigned
char
*
out
;
int
chunk
,
total_out
,
status
,
c
;
size_t
total_out
;
int
chunk
,
status
,
c
;
int
input_avail
,
output_avail
;
int
input_avail
,
output_avail
;
char
*
outfn
,
*
infn
,
*
ext
;
char
*
outfn
,
*
infn
,
*
ext
;
FILE
*
infp
,
*
outfp
;
FILE
*
infp
,
*
outfp
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment