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:
Niels Elburg
2007-01-31 05:59:58 +00:00
parent 9a1d992fb6
commit 22fe604109
2 changed files with 6 additions and 10 deletions

View File

@@ -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