Skip to content

Commit

Permalink
Merge pull request #144 from jtm5044/master
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed May 7, 2015
2 parents 70db4a5 + 738fc04 commit 1bd9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/bytedeco/javacv/FFmpegFrameGrabber.java
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ public Frame grabFrame(boolean processImage) throws Exception {
public Frame grabKeyFrame() throws Exception {
return grabFrame(true, false, true);
}
private Frame grabFrame(boolean processImage, boolean doAudio, boolean keyFrames) throws Exception {
public Frame grabFrame(boolean processImage, boolean doAudio, boolean keyFrames) throws Exception {
if (oc == null || oc.isNull()) {
throw new Exception("Could not grab: No AVFormatContext. (Has start() been called?)");
}
Expand Down

0 comments on commit 1bd9de6

Please sign in to comment.