On Sun, Mar 04, 2012 at 07:39:39AM +0100, Anton Khirnov wrote: > > On Sat, 3 Mar 2012 19:20:34 +0100, Kostya Shishkov > <[email protected]> wrote: > > This allows user to select quantisation matrix from different profile, > > stamp frames with custom vendor string and change target bitrate. > > --- > > libavcodec/proresenc.c | 178 > > +++++++++++++++++++++++++++++++++--------------- > > 1 files changed, 122 insertions(+), 56 deletions(-) > > > > diff --git a/libavcodec/proresenc.c b/libavcodec/proresenc.c > > index 8e6f93f..9f26def 100644 > > --- a/libavcodec/proresenc.c > > +++ b/libavcodec/proresenc.c > > @@ -877,6 +925,24 @@ static const AVOption options[] = { > > 0, 0, VE, "profile" }, > > { "hq", NULL, 0, AV_OPT_TYPE_CONST, { PRORES_PROFILE_HQ }, > > 0, 0, VE, "profile" }, > > + { "vendor", "vendor ID", OFFSET(vendor), > > The help text should say that it's limited to 4 characters.
People who are using it should know that already. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
