[FFmpeg-devel] [misc-filters PATCH 2/5] Add color source.
Víctor Paesa
victorpaesa
Wed Jun 30 07:33:10 CEST 2010
Hi,
On 2010-06-30, Stefano Sabatini wrote:
> +static av_cold int color_init(AVFilterContext *ctx, const char *args, void
> *opaque)
> +{
> + ColorContext *priv = ctx->priv;
> + char color_string[128] = "black";
> + char frame_size [128] = "320x240";
> + char frame_rate [128] = "25";
If the rate is PAL, maybe size should be "352x288".
Regards,
V?ctor
More information about the ffmpeg-devel
mailing list