mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
cleanup, version bump, gveejay theme fixes, fix vims 130, proper naming of things in gui, default title of sample, sample's title as recording name, fixed a few compile warnings
git-svn-id: svn://code.dyne.org/veejay/trunk@515 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -92,7 +92,10 @@ int sample_try_filename(int sample_id, char *filename)
|
||||
{
|
||||
snprintf(si->encoder_base,255,"%s",filename);
|
||||
}
|
||||
sprintf(si->encoder_destination, "%s-%05ld.avi", si->encoder_base,si->sequence_num);
|
||||
// sprintf(si->encoder_destination, "%s-%05ld.avi", si->encoder_base,si->sequence_num);
|
||||
|
||||
|
||||
sprintf(si->encoder_destination, "%s.avi", si->encoder_base );
|
||||
|
||||
veejay_msg(VEEJAY_MSG_INFO, "Recording to [%s]", si->encoder_destination);
|
||||
return (sample_update(si,sample_id));
|
||||
|
||||
Reference in New Issue
Block a user