Add reference frame invalidation for the software decoder
This commit is contained in:
parent
55f0e1e1d5
commit
9be9934b8c
14 changed files with 46 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ SLVideoDecoder::isHardwareAccelerated()
|
|||
return true;
|
||||
}
|
||||
|
||||
int
|
||||
SLVideoDecoder::getDecoderCapabilities()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool
|
||||
SLVideoDecoder::initialize(StreamingPreferences::VideoDecoderSelection vds,
|
||||
SDL_Window*,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue