Mercurial > libavcodec.hg
changeset 4516:8f6fd50d2f40 libavcodec
consistency renaming: uyvy411 --> uyyvyy411
author | diego |
---|---|
date | Mon, 12 Feb 2007 23:15:38 +0000 |
parents | a2b14c6fccfd |
children | 75701d9842cc |
files | imgconvert.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/imgconvert.c Mon Feb 12 23:07:17 2007 +0000 +++ b/imgconvert.c Mon Feb 12 23:15:38 2007 +0000 @@ -1049,7 +1049,7 @@ } } -static void uyvy411_to_yuv411p(AVPicture *dst, const AVPicture *src, +static void uyyvyy411_to_yuv411p(AVPicture *dst, const AVPicture *src, int width, int height) { const uint8_t *p, *p1; @@ -2186,7 +2186,7 @@ }, [PIX_FMT_UYYVYY411] = { [PIX_FMT_YUV411P] = { - .convert = uyvy411_to_yuv411p, + .convert = uyyvyy411_to_yuv411p, }, },