1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-30 22:24:04 +02:00
Files
FFmpeg/libavcodec
Pan Bian 89f9332fdf avcodec: set correct return value in ff_mpeg_ref_picture
In function ff_mpeg_ref_picture(), it returns 0 on the error path that
the return value of av_buffer_ref() is NULL. 0 indicates success, which
seems to deviate from the fact. Set ret to AVERROR(ENOMEM) to propagate
the error status to the callers.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-28 21:42:48 +01:00
..
2017-10-03 19:47:37 -03:00
2017-10-24 23:07:58 +01:00
2017-11-12 16:00:27 +00:00
2017-11-09 19:49:32 +01:00
2017-11-26 21:41:14 +00:00
2017-11-03 00:26:26 -03:00
2017-10-03 19:47:37 -03:00
2017-10-03 19:47:37 -03:00
2017-10-03 19:47:37 -03:00
2017-11-10 22:48:53 +01:00
2017-11-20 16:02:44 -08:00
2017-11-20 16:02:50 -08:00
2017-11-20 16:02:55 -08:00
2017-11-26 14:55:01 -08:00
2017-10-03 19:47:37 -03:00
2017-11-26 21:41:14 +00:00
2017-10-03 19:47:37 -03:00
2017-11-26 21:41:14 +00:00
2017-11-26 14:55:01 -08:00
2017-11-26 21:41:14 +00:00
2017-11-26 21:41:14 +00:00
2017-10-11 02:15:21 +02:00
2017-11-03 13:33:14 +01:00
2017-10-04 23:14:37 +01:00
2017-11-26 21:41:19 +00:00
2017-11-26 14:55:01 -08:00
2017-11-26 14:55:01 -08:00
2017-11-26 21:41:19 +00:00
2017-11-26 21:41:19 +00:00
2017-10-03 19:47:37 -03:00