Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Correct constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Feb 10, 2013
1 parent 453d4c3 commit 2f574f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/pms/encoders/FFMpegAviSynthVideo.java
Expand Up @@ -44,7 +44,7 @@ public class FFMpegAviSynthVideo extends FFMpegVideo {
private static final Logger logger = LoggerFactory.getLogger(FFMpegAviSynthVideo.class);
public static final String ID = "avsffmpeg";

FFMpegAviSynthVideo() {
public FFMpegAviSynthVideo() {
super(PMS.getConfiguration());
}

Expand Down

0 comments on commit 2f574f7

Please sign in to comment.