On 02/08/17 07:28, Nicolas George wrote:
> L'octidi 8 thermidor, an CCXXV, Li, Zhong a écrit :
>> It is similar to hw_device_match_type_in_name() in ffmpeg_hw.c:
>> if (strstr(codec_name, type_name))
>>return type;
>
> I must say, I really do not like the idea of having an API example
L'octidi 8 thermidor, an CCXXV, Li, Zhong a écrit :
> It is similar to hw_device_match_type_in_name() in ffmpeg_hw.c:
> if (strstr(codec_name, type_name))
>return type;
I must say, I really do not like the idea of having an API example
making that terrible construct official.
If tes
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Steven Liu
> Sent: Friday, July 21, 2017 3:18 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH] doc/examples/encode_video: add
Fmpeg-devel] [PATCH] doc/examples/encode_video: add qsv
> encoder support
>
> Le tridi 3 thermidor, an CCXXV, Zhong Li a écrit :
> > Subject: Re: [FFmpeg-devel] [PATCH] doc/examples/encode_video: add qsv
> > encoder support
>
> I do not think it is a good idea. Examples are m
Le tridi 3 thermidor, an CCXXV, Zhong Li a écrit :
> Subject: Re: [FFmpeg-devel] [PATCH] doc/examples/encode_video: add qsv
> encoder support
I do not think it is a good idea. Examples are meant to be simple. I
think a separate example for hwdevice encoding would be a better idea,
altho
2017-07-21 13:40 GMT+08:00 Zhong Li :
> Signed-off-by: Zhong Li
> ---
> doc/examples/encode_video.c | 32 +---
> 1 file changed, 29 insertions(+), 3 deletions(-)
>
> diff --git a/doc/examples/encode_video.c b/doc/examples/encode_video.c
> index 8cd1321..9c26f63 100644