mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-17 14:00:06 +00:00
Video is mostly working now. It's just chopped off in the view now.
This commit is contained in:
@@ -160,10 +160,11 @@ void ClDisplayTransientMessage(char* message)
|
||||
NSLog(@"DisplayTransientMessage: %s", message);
|
||||
}
|
||||
|
||||
-(id) initWithHost:(int)ipaddr width:(int)width height:(int)height renderer:(VideoDecoderRenderer*)renderer
|
||||
-(id) initWithHost:(int)ipaddr width:(int)width height:(int)height renderer:(VideoDecoderRenderer*)myRenderer
|
||||
{
|
||||
self = [super init];
|
||||
host = ipaddr;
|
||||
renderer = myRenderer;
|
||||
|
||||
streamConfig.width = width;
|
||||
streamConfig.height = height;
|
||||
|
||||
Reference in New Issue
Block a user