[Ffmpeg-devel] [PATCH] AVISynth support
Steve Lhomme
slhomme
Thu Aug 17 12:24:52 CEST 2006
Diego Biurrun wrote:
>> --- 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.
OK,
Here is a patch just to add YV12 support.
Steve
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: yv12-support.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060817/41c4bb3d/attachment.asc>
More information about the ffmpeg-devel
mailing list