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
BC
public
external
ffmpeg
Commits
285ea3e3
Commit
285ea3e3
authored
Jun 30, 2008
by
Vitor Sessak
Browse files
Clean up error message
Originally committed as revision 14039 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a40b2c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/ra288.c
libavcodec/ra288.c
+1
-1
No files found.
libavcodec/ra288.c
View file @
285ea3e3
...
...
@@ -251,7 +251,7 @@ static int ra288_decode_frame(AVCodecContext * avctx, void *data,
if
(
buf_size
<
avctx
->
block_align
)
{
av_log
(
avctx
,
AV_LOG_ERROR
,
"
ffra288:
Error! Input buffer is too small [%d<%d]
\n
"
,
"Error! Input buffer is too small [%d<%d]
\n
"
,
buf_size
,
avctx
->
block_align
);
return
0
;
}
...
...
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