unbreak AV dumping which i had broken in the previous commit

This commit is contained in:
goyuken 2014-10-10 18:24:11 +00:00
parent e87bf94af0
commit d78bc9aa4b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk
{
[VideoWriterIgnore]
public class AudioStretcher : AVStretcher
{
public AudioStretcher(IVideoWriter w)
@ -39,6 +40,7 @@ namespace BizHawk.Client.EmuHawk
}
}
[VideoWriterIgnore]
public class VideoStretcher : AVStretcher
{
public VideoStretcher(IVideoWriter w)