summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3cf5b6b)
Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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;
int width, int height)
{
const uint8_t *p, *p1;
},
[PIX_FMT_UYYVYY411] = {
[PIX_FMT_YUV411P] = {
},
[PIX_FMT_UYYVYY411] = {
[PIX_FMT_YUV411P] = {
- .convert = uyvy411_to_yuv411p,
+ .convert = uyyvyy411_to_yuv411p,