Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
2e015ff3
Commit
2e015ff3
authored
Nov 20, 2012
by
Mathis Rosenhauer
Committed by
Thomas Jahns
Feb 19, 2013
Browse files
Check output availability
parent
3d5b023d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/encode.c
View file @
2e015ff3
...
...
@@ -605,11 +605,12 @@ static int m_get_rsi_resumable(struct aec_stream *strm)
}
emit
(
state
,
0
,
state
->
bits
);
if
(
state
->
direct_out
==
0
)
*
strm
->
next_out
++
=
*
state
->
cds
;
strm
->
avail_out
--
;
strm
->
total_out
++
;
if
(
strm
->
avail_out
>
0
)
{
if
(
state
->
direct_out
==
0
)
*
strm
->
next_out
++
=
*
state
->
cds
;
strm
->
avail_out
--
;
strm
->
total_out
++
;
}
return
M_EXIT
;
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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