[FFmpeg-devel] [PATCH 0/4] fix "ffmpeg -h full" can't dump some options issue

mypopy at gmail.com mypopy at gmail.com
Thu Aug 16 09:51:15 EEST 2018


On Mon, Aug 13, 2018 at 9:52 PM Jun Zhao <mypopydev at gmail.com> wrote:
>
> 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(-)
>

Will apply the patch " lavfi: fix can't dispaly "slice" sub-option in
"ffmpeg -h full"" for AVFilter sub-option "slice" and hold on the other 3
patches, Thanks.


More information about the ffmpeg-devel mailing list