1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 15:52:25 +00:00

I420 support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5322 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-25 01:32:40 +00:00
parent 71c4d5006d
commit 65f7250391

View File

@ -581,6 +581,8 @@ void (*cvid_v4)(mp_image_t *mpi, unsigned int x, unsigned int y, cvid_codebook *
switch(mpi->imgfmt)
{
case IMGFMT_I420:
case IMGFMT_IYUV:
case IMGFMT_YV12: // YV12
read_codebook = read_codebook_yv12;
cvid_v1 = cvid_v1_yv12;