mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
recorders dont crash on fat32 anymore
git-svn-id: svn://code.dyne.org/veejay/trunk@746 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -171,6 +171,7 @@ static int sample_start_encoder(sample_info *si, editlist *el, int format, long
|
||||
|
||||
si->rec_total_bytes= 0;
|
||||
si->encoder_succes_frames = 0;
|
||||
|
||||
if(format==ENCODER_DVVIDEO)
|
||||
si->encoder_max_size = ( el->video_height == 480 ? 120000: 144000);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user