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
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
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