youp911 / quelea-projection

Automatically exported from code.google.com/p/quelea-projection
0 stars 0 forks source link

Cap the size of a preview frame obtained through JCodec #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
getVidBlankImage() doesn't, at present resize the grabbed frame at all - but in 
reality, we rarely need this to be any more than a small preview size, 
certainly not HD.

The size should therefore be checked and capped if it's too big (and therefore 
potentially use much less memory when many video files are loaded.)

Original issue reported on code.google.com by berry...@gmail.com on 21 Apr 2014 at 1:48

GoogleCodeExporter commented 8 years ago
The size is now capped.

Original comment by berry...@gmail.com on 21 Apr 2014 at 10:50