[FFmpeg-devel] [PATCH] Removed -padtop,right,bottom,left,color options; added comments to ffmpeg doc

Stefano Sabatini stefano.sabatini-lala
Sat Jul 3 22:34:53 CEST 2010


On date Friday 2010-07-02 11:07:22 -0600, John Calcote encoded:
> Index: ffmpeg.c
> ===================================================================
> --- ffmpeg.c    (revision 24004)
> +++ ffmpeg.c    (working copy)
> @@ -4226,11 +4226,6 @@
>      { "cropbottom", HAS_ARG | OPT_VIDEO,
> {(void*)opt_frame_crop_bottom}, "Deprecated, please use the crop
> avfilter", "size" },
>      { "cropleft", HAS_ARG | OPT_VIDEO, {(void*)opt_frame_crop_left},
> "Deprecated, please use the crop avfilter", "size" },
>      { "cropright", HAS_ARG | OPT_VIDEO, {(void*)opt_frame_crop_right},
> "Deprecated, please use the crop avfilter", "size" },
> -    { "padtop", HAS_ARG | OPT_VIDEO, {(void*)opt_pad}, "set top pad
> band size (in pixels)", "size" },
> -    { "padbottom", HAS_ARG | OPT_VIDEO, {(void*)opt_pad}, "set bottom
> pad band size (in pixels)", "size" },
> -    { "padleft", HAS_ARG | OPT_VIDEO, {(void*)opt_pad}, "set left pad
> band size (in pixels)", "size" },
> -    { "padright", HAS_ARG | OPT_VIDEO, {(void*)opt_pad}, "set right pad
> band size (in pixels)", "size" },
> -    { "padcolor", HAS_ARG | OPT_VIDEO, {(void*)opt_pad}, "set color of
> pad bands (Hex 000000 thru FFFFFF)", "color" },
>      { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only},
> "use only intra frames"},
>      { "vn", OPT_BOOL | OPT_VIDEO, {(void*)&video_disable}, "disable
> video" },
>      { "vdt", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_VIDEO,
> {(void*)&video_discard}, "discard threshold", "n" },

The patch got mangled, please add it as an attachment, regards.
-- 
FFmpeg = Fancy and Fantastic Meaningful Prodigious Entertaining Goblin



More information about the ffmpeg-devel mailing list