Fixes for remote h264 passthrough
This commit is contained in:
parent
8144bba32a
commit
612e326917
|
@ -74,7 +74,7 @@ public:
|
|||
|
||||
bool CanCapture() const { return( capture ); }
|
||||
|
||||
bool SupportsNativeVideo() const { return( type == FFMPEG_SRC ); }
|
||||
bool SupportsNativeVideo() const { return( (type == FFMPEG_SRC )||(type == REMOTE_SRC)); }
|
||||
|
||||
virtual int PrimeCapture() { return( 0 ); }
|
||||
virtual int PreCapture()=0;
|
||||
|
|
Loading…
Reference in New Issue