mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavu/base64: return meaningful error code.
This commit is contained in:
parent
6a9af92565
commit
305180f525
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ out2:
|
|||
*dst++ = v >> 4;
|
||||
out1:
|
||||
out0:
|
||||
return bits & 1 ? -1 : dst - out;
|
||||
return bits & 1 ? AVERROR_INVALIDDATA : dst - out;
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue