Re: [FFmpeg-devel] [PATCH] decode: don't treat hwaccel->alloc_frame as always failing

2020-05-16 Thread James Almer
On 5/16/2020 8:41 PM, comex wrote: > Fixes regression caused by a1133db30ef07896afd96f067e5c51531a4e85ab. > > On my Mac, the bug seems to make `mpv --hwdec=auto` always fail with: > > [ffmpeg/video] h264: get_buffer() failed > [ffmpeg] Assertion src->f->buf[0] failed at src/libavcodec/h264_pictur

[FFmpeg-devel] [PATCH] decode: don't treat hwaccel->alloc_frame as always failing

2020-05-16 Thread comex
Fixes regression caused by a1133db30ef07896afd96f067e5c51531a4e85ab. On my Mac, the bug seems to make `mpv --hwdec=auto` always fail with: [ffmpeg/video] h264: get_buffer() failed [ffmpeg] Assertion src->f->buf[0] failed at src/libavcodec/h264_picture.c:70 Signed-off-by: comex --- libavcodec/d