invtelecine: Fix name of 30p/60i pattern

This commit is contained in:
David Schleef 2010-09-18 19:25:49 -07:00
parent 62a9383527
commit f464ac4d5d

View file

@ -560,7 +560,7 @@ static const PulldownFormat formats[] = {
/* interlaced */
{"interlaced", 1, {1}},
/* 30p */
{"2:1", 2, {2}},
{"2:2", 2, {2}},
/* 24p */
{"3:2", 5, {2, 3,}},
};