[FFmpeg-devel] [PATCH 0/4] fix "ffmpeg -h full" can't dump some options issue
Jun Zhao
mypopydev at gmail.com
Mon Aug 13 16:51:43 EEST 2018
V1: - add a new avfilter_graph_get_class function for AVFilterGraph options.
- fix can't dump "slice" sub-option for AVFilter.
- fix can't dump mpeg4videodec options issue. (use command "ffmpeg -h decoder=mpeg4")
Jun Zhao (4):
lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"
lavfi: add new function avfilter_graph_get_class.
fftools/ffmpeg: dump AVFilterGraph options in "ffmpeg -h full".
lavc/mpeg4videodec: fix can't dump AVOptions issue.
fftools/ffmpeg_opt.c | 1 +
libavcodec/mpeg4videodec.c | 5 +++--
libavfilter/avfilter.c | 2 +-
libavfilter/avfilter.h | 7 +++++++
libavfilter/avfiltergraph.c | 5 +++++
5 files changed, 17 insertions(+), 3 deletions(-)
More information about the ffmpeg-devel
mailing list