unbreak AV dumping which i had broken in the previous commit
This commit is contained in:
parent
e87bf94af0
commit
d78bc9aa4b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue