FFMpegCore/FFMpegCore/FFMpeg/Pipes
Dimitri Vranken 7b32ba5a27 Fixed ambiguous method call
The two constructors were causing issues with ambiguous method calls but are a good idea, so this is more of a workaround.
Error message:
The call is ambiguous between the following methods or properties:
'FFMpegCore.Pipes.RawVideoPipeSource.RawVideoPipeSource(System.Collections.Generic.IEnumerator<FFMpegCore.Pipes.IVideoFrame>)' and
'FFMpegCore.Pipes.RawVideoPipeSource.RawVideoPipeSource(System.Collections.Generic.IEnumerable<FFMpegCore.Pipes.IVideoFrame>)'
2023-02-16 14:48:06 +01:00
..
IAudioSample.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
IPipeSink.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
IPipeSource.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
IVideoFrame.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
PipeHelpers.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
RawAudioPipeSource.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
RawVideoPipeSource.cs Fixed ambiguous method call 2023-02-16 14:48:06 +01:00
StreamPipeSink.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00
StreamPipeSource.cs Cleanup after splitting into two packages (#386) 2023-02-02 21:19:45 +01:00