[PATCH] core: add snapshot-file and record-file for signalling =

Erwan Tulou erwan10 at videolan.org
Wed Aug 19 20:58:07 CEST 2009


new materials created by vlc=0A=
=0A=
---=0A=
 src/libvlc.c |    4 ++++=0A=
 1 files changed, 4 insertions(+), 0 deletions(-)=0A=
=0A=
diff --git a/src/libvlc.c b/src/libvlc.c=0A=
index 9860d54..4b078a8 100644=0A=
--- a/src/libvlc.c=0A=
+++ b/src/libvlc.c=0A=
@@ -814,6 +814,10 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, =
int i_argc,=0A=
                          p_keys );=0A=
     }=0A=
 =0A=
+    /* variables for signalling creation of new files */=0A=
+    var_Create( p_libvlc, "snapshot-file", VLC_VAR_STRING );=0A=
+    var_Create( p_libvlc, "record-file", VLC_VAR_STRING );=0A=
+=0A=
     /* Initialize playlist and get commandline files */=0A=
     p_playlist =3D playlist_Create( VLC_OBJECT(p_libvlc) );=0A=
     if( !p_playlist )=0A=
-- =0A=
1.5.6.5=0A=
=0A=

------=_NextPart_000_0001_01CA25D5.54CDB6B0
Content-Type: application/octet-stream;
	name="0004-snapshot-implement-new-dir-and-snapshot-file-variab.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="0004-snapshot-implement-new-dir-and-snapshot-file-variab.patch"



More information about the vlc-devel mailing list