summaryrefslogtreecommitdiffstats
path: root/cinepak.c
diff options
context:
space:
mode:
Diffstat (limited to 'cinepak.c')
-rw-r--r--cinepak.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cinepak.c b/cinepak.c
index b8f2d7b615..10a5f7255b 100644
--- a/cinepak.c
+++ b/cinepak.c
@@ -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;