Re: [FFmpeg-devel] [PATCH] Adding ffv1 help reference for "coder" parameter.

2015-09-14 Thread Tobias Rapp
On 13.09.2015 19:13, Peter B. wrote: libavcodec/ffv1enc.c |1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index 265ced1..d210692 100644 --- a/libavcodec/ffv1enc.c +++ b/libavcodec/ffv1enc.c @@ -1345,6 +1345,7 @@ static av_cold int encode_close(A

[FFmpeg-devel] [PATCH] Adding ffv1 help reference for "coder" parameter.

2015-09-13 Thread Peter B.
Hi. I just saw that "ffmpeg --help encoder=ffv1 full" only lists the "slicecrc" parameter option. I'd like to add the other options to the help as well. The attached patch adds explanation for "-coder". I've read up on AVOption Struct Reference [1] and read other source files, but the usage of s