Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: dump HWAccel type in print_codec()

2018-05-26 Thread Mark Thompson
On 26/05/18 14:14, Jun Zhao wrote: > dump the hwaccel type for codec when use the command like > ./ffmpeg -h decoder=h264. > > Signed-off-by: Jun Zhao > --- > fftools/cmdutils.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/fftools/cmdutils.c

[FFmpeg-devel] [PATCH 2/2] cmdutils: dump HWAccel type in print_codec()

2018-05-26 Thread Jun Zhao
dump the hwaccel type for codec when use the command like ./ffmpeg -h decoder=h264. Signed-off-by: Jun Zhao --- fftools/cmdutils.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 4f2e0a2..14b 100644 ---