]> git.sesse.net Git - ffmpeg/commit
lavc/assenc: return more meaningful error code
authorJohn Stebbins <jstebbins@jetheaddev.com>
Fri, 10 Apr 2020 18:15:26 +0000 (12:15 -0600)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 22:58:04 +0000 (15:58 -0700)
commit9a0817baa4bfba301cfd056bfe7260987751fa13
treeefc27b3dd3543934481b0cb66d23ca94316977f6
parent75a845886386bdb1399516f17094aa5d194b9b82
lavc/assenc: return more meaningful error code

When the buffer is too small, return AVERROR_BUFFER_TOO_SMALL

Signed-off-by: Philip Langdale <philipl@overt.org>
libavcodec/assenc.c