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(-) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel