[Ffmpeg-devel] [PATCH] AVISynth support
Diego Biurrun
diego
Wed Aug 16 23:55:20 CEST 2006
On Wed, Aug 16, 2006 at 11:45:07PM +0200, Steve Lhomme wrote:
>
> For some reason it doesn't add -lvfw32 to EXTRALIBS, but since it
> doesn't add it for -lz either I guess the SVN is broken under MSys. MSys
> doesn't use bash by default (which seem to be a new requirement in FFMPEG).
Huh? Since when do we require bash? What is the problem?
> --- libavcodec/imgconvert.c (revision 6005)
> +++ libavcodec/imgconvert.c (working copy)
> @@ -235,6 +235,14 @@
> .depth = 8,
> .x_chroma_shift = 2, .y_chroma_shift = 0,
> },
> + [PIX_FMT_YVU420P] = {
> + .name = "yvu420p",
> + .nb_channels = 3,
> + .color_type = FF_COLOR_YUV,
> + .pixel_type = FF_PIXEL_PLANAR,
> + .depth = 8,
> + .x_chroma_shift = 1, .y_chroma_shift = 1,
> + },
> };
This whole YVU420P business looks as if it could be separated from the
AVISynth support into another smaller patch.
Diego
More information about the ffmpeg-devel
mailing list