Commit 28765693 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '99cb833f'

* commit '99cb833f':
  sgi: Correctly propagate meaningful error values
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 5c0dbc20 99cb833f
......@@ -207,7 +207,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
bytes_per_channel);
if (length < 1) {
av_free(encode_buf);
return -1;
return AVERROR_INVALIDDATA;
}
bytestream2_put_be32(&tablen_pcb, length);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment