Fixes for remote h264 passthrough

This commit is contained in:
SteveGilvarry 2015-10-16 23:32:54 +11:00
parent 8144bba32a
commit 612e326917
1 changed files with 1 additions and 1 deletions

View File

@ -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;