]> git.sesse.net Git - vlc/commitdiff
Also use the input name in the recording file name. (Most medias don't NowPlaying...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 27 Aug 2008 00:11:33 +0000 (02:11 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 27 Aug 2008 00:13:19 +0000 (02:13 +0200)
src/input/input_internal.h

index 1b8e335311f08099bc24979f0c4fc6012bd6cc3f..69545ff0b1409b4553e3920984ac9349550ab874 100644 (file)
@@ -423,7 +423,7 @@ static inline void input_ChangeState( input_thread_t *p_input, int state )
 /* Helpers FIXME to export without input_ prefix */
 char *input_CreateFilename( vlc_object_t *p_obj, const char *psz_path, const char *psz_prefix, const char *psz_extension );
 
-#define INPUT_RECORD_PREFIX "vlc-record-%Y-%m-%d-%H:%M:%S-$p"
+#define INPUT_RECORD_PREFIX "vlc-record-%Y-%m-%d-%H:%M:%S-$ N-$ p"
 
 /* Access */