Commit 4792f4d8 authored by Laurent Aimar's avatar Laurent Aimar

Modify INPUT_RECORD_PREFIX value (prefer h/m/s over : ).

parent 0bf84041
......@@ -278,7 +278,7 @@ struct input_thread_t
* Record prefix string.
* TODO make it configurable.
*/
#define INPUT_RECORD_PREFIX "vlc-record-%Y-%m-%d-%H:%M:%S-$ N-$ p"
#define INPUT_RECORD_PREFIX "vlc-record-%Y-%m-%d-%Hh%Mm%Ss-$ N-$ p"
/*****************************************************************************
* Input events and variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment