You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '99cb833fc2d9874c62fffbcd3347fae660de0fe5'
* commit '99cb833fc2d9874c62fffbcd3347fae660de0fe5': sgi: Correctly propagate meaningful error values Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
@@ -207,7 +207,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
bytes_per_channel);
|
bytes_per_channel);
|
||||||
if (length < 1) {
|
if (length < 1) {
|
||||||
av_free(encode_buf);
|
av_free(encode_buf);
|
||||||
return -1;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
bytestream2_put_be32(&tablen_pcb, length);
|
bytestream2_put_be32(&tablen_pcb, length);
|
||||||
|
Reference in New Issue
Block a user