Skip to content

Commit

Permalink
fix videoeditor to be compliant with latest API parent methods
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed May 5, 2014
1 parent c6c5e00 commit bd81a57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/org/witness/ssc/video/VideoEditor.java
Expand Up @@ -2039,4 +2039,11 @@ private void deleteOriginal() throws IOException
}


public int getAudioSessionId()
{
return 1;
}



}

0 comments on commit bd81a57

Please sign in to comment.