git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eecd1a
)
transform-type is a command.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 3 Aug 2008 22:01:59 +0000
(
00:01
+0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 3 Aug 2008 22:02:22 +0000
(
00:02
+0200)
modules/video_filter/transform.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/transform.c
b/modules/video_filter/transform.c
index
e367817
..
0df5e2d
100644
(file)
--- a/
modules/video_filter/transform.c
+++ b/
modules/video_filter/transform.c
@@
-140,7
+140,7
@@
static int Create( vlc_object_t *p_this )
p_vout->p_cfg );
/* Look what method was requested */
- psz_method = var_CreateGetNonEmptyString( p_vout, "transform-type" );
+ psz_method = var_CreateGetNonEmptyString
Command
( p_vout, "transform-type" );
switch( p_vout->fmt_in.i_chroma )
{