mirror of https://github.com/FFmpeg/FFmpeg.git
The output size is already returned via a pointer argument, so there is no need to return it via the ordinary return value as well. The rationale behind this is to not poison the return value on success. It also unifies the behaviour of the *_buf-functions for AVC, AV1 and HEVC. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>pull/343/head
parent
680cd59bb2
commit
22ec35a428
4 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue