Re: [FFmpeg-devel] [PATCH] videotoolbox: require hardware acceleration

2015-09-29 Thread wm4
On Mon, 28 Sep 2015 22:24:14 +0200 wm4 wrote: > From: Stefano Pigozzi > > VideoToolbox also implements a software decoder for h264, and will fallback to > using it if the file cannot be doceded on the CPU. In these cases though > we want the hwaccel to fail so that we can use the libavcodec sof

Re: [FFmpeg-devel] [PATCH] videotoolbox: require hardware acceleration

2015-09-29 Thread wm4
On Mon, 28 Sep 2015 22:24:14 +0200 wm4 wrote: > From: Stefano Pigozzi > > VideoToolbox also implements a software decoder for h264, and will fallback to > using it if the file cannot be doceded on the CPU. In these cases though > we want the hwaccel to fail so that we can use the libavcodec sof

[FFmpeg-devel] [PATCH] videotoolbox: require hardware acceleration

2015-09-28 Thread wm4
From: Stefano Pigozzi VideoToolbox also implements a software decoder for h264, and will fallback to using it if the file cannot be doceded on the CPU. In these cases though we want the hwaccel to fail so that we can use the libavcodec software decoder instead. --- libavcodec/videotoolbox.c | 6