[vlc-devel] commit: Snapshot Deprecate the old names not conflicting ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue May 26 02:12:54 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 26 01:50:52 2009 +0200| [aeb955d83e1316d0fc99b586bde1be85eaacf427] | committer: Jean-Baptiste Kempf
Snapshot Deprecate the old names not conflicting
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aeb955d83e1316d0fc99b586bde1be85eaacf427
---
modules/video_output/snapshot.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/snapshot.c b/modules/video_output/snapshot.c
index ca916da..2fc7c2a 100644
--- a/modules/video_output/snapshot.c
+++ b/modules/video_output/snapshot.c
@@ -87,7 +87,9 @@ vlc_module_begin ()
add_integer( "vout-snapshot-width", 320, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, false )
add_integer( "vout-snapshot-height", 200, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, false )
add_string( "vout-snapshot-chroma", "RV32", NULL, CHROMA_TEXT, CHROMA_LONGTEXT, true )
+ add_deprecated_alias( "snapshot-chroma" )
add_integer( "vout-snapshot-cache-size", 50, NULL, CACHE_TEXT, CACHE_LONGTEXT, true )
+ add_deprecated_alias( "snapshot-cache-size" )
set_callbacks( Create, Destroy )
vlc_module_end ()
More information about the vlc-devel
mailing list