thought i had checked these edits in already...

This commit is contained in:
benfry
2011-01-27 02:07:12 +00:00
parent 1eac6fd44d
commit 0103fdc48e
3 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ import quicktime.util.RawEncodedImage;
/**
* Watchin' shit on the telly.
*/
@SuppressWarnings("deprecation")
public class Capture extends PImage implements Runnable {
// there are more, but these are all we'll provide for now

View File

@@ -38,6 +38,7 @@ import quicktime.util.QTHandle;
import quicktime.util.RawEncodedImage;
@SuppressWarnings("deprecation")
public class Movie extends PImage implements PConstants, Runnable {
Method movieEventMethod;
String filename;

View File

@@ -81,8 +81,8 @@ import processing.core.*;
* }
* </PRE>
*/
@SuppressWarnings("deprecation")
public class MovieMaker {
public static final int RAW = StdQTConstants.kRawCodecType;
public static final int ANIMATION = StdQTConstants.kAnimationCodecType;
public static final int BASE = StdQTConstants.kBaseCodecType;