Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Set default output format for dummy hwaccels

2017-06-26 Thread Philip Langdale
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 26 Jun 2017 21:19:28 +0200 Michael Niedermayer wrote: > On Sun, Jun 25, 2017 at 02:27:06PM -0700, Philip Langdale wrote: > > Dummy hwaccels, of which cuvid is the best example, behave > > differently from real hwaccels. In the past, one of th

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Set default output format for dummy hwaccels

2017-06-26 Thread Michael Niedermayer
On Sun, Jun 25, 2017 at 02:27:06PM -0700, Philip Langdale wrote: > Dummy hwaccels, of which cuvid is the best example, behave differently > from real hwaccels. In the past, one of these behaviours was that > selecting the hwaccel would automatically cause the decoder (and > remember it's a dedicate

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Set default output format for dummy hwaccels

2017-06-26 Thread wm4
On Sun, 25 Jun 2017 14:27:06 -0700 Philip Langdale wrote: > Dummy hwaccels, of which cuvid is the best example, behave differently > from real hwaccels. In the past, one of these behaviours was that > selecting the hwaccel would automatically cause the decoder (and > remember it's a dedicated dec

[FFmpeg-devel] [PATCH 2/2] ffmpeg: Set default output format for dummy hwaccels

2017-06-25 Thread Philip Langdale
Dummy hwaccels, of which cuvid is the best example, behave differently from real hwaccels. In the past, one of these behaviours was that selecting the hwaccel would automatically cause the decoder (and remember it's a dedicated decoder) to use the native hardware output format. This meant that tra