[FFmpeg-devel] [PATCH v2] avcodec/tak_parser: don't return error values

James Almer jamrial at gmail.com
Sat Jul 20 19:45:33 EEST 2019


On 7/20/2019 1:29 PM, Michael Niedermayer wrote:
> On Thu, Jul 18, 2019 at 07:37:57PM -0300, James Almer wrote:
>> The API does not allow it.
>>
>> Also set poutbuf and poutbuf_size to NULL/0 on error to avoid leaving
>> them uninitialized.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/tak_parser.c | 20 ++++++++++++--------
>>  1 file changed, 12 insertions(+), 8 deletions(-)
> 
> probably ok
> 
> Thanks

Pushed.


More information about the ffmpeg-devel mailing list