emotion: fix typo.

SVN revision: 62971
This commit is contained in:
Cedric BAIL 2011-08-29 21:23:26 +00:00
parent 788f0c84e2
commit 85fd7e36bf
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ evas_video_sink_main_render(void *data)
rows[i] = &gst_data[priv->height * priv->width + i * priv->width];
break;
}
case EVAS_COLORSPACE_YCBCR420NV12T601_PL:
case EVAS_COLORSPACE_YCBCR420TM12601_PL:
{
int i;
const unsigned char **rows;