mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
invtelecine: Fix name of 30p/60i pattern
This commit is contained in:
parent
62a9383527
commit
f464ac4d5d
1 changed files with 1 additions and 1 deletions
|
@ -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,}},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue