projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a9383
)
invtelecine: Fix name of 30p/60i pattern
author
David Schleef
<ds@schleef.org>
Sun, 19 Sep 2010 02:25:49 +0000
(19:25 -0700)
committer
David Schleef
<ds@schleef.org>
Sun, 19 Sep 2010 02:27:07 +0000
(19:27 -0700)
gst/invtelecine/gstinvtelecine.c
patch
|
blob
|
history
diff --git
a/gst/invtelecine/gstinvtelecine.c
b/gst/invtelecine/gstinvtelecine.c
index
cd61f15
..
50daab9
100644
(file)
--- a/
gst/invtelecine/gstinvtelecine.c
+++ b/
gst/invtelecine/gstinvtelecine.c
@@
-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,}},
};