mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-13 19:26:02 +00:00
added simple depacketizer and test h264 file
This commit is contained in:
13
Limelight-iOS/VideoDecoder.h
Normal file
13
Limelight-iOS/VideoDecoder.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// VideoDecoder.h
|
||||
// Limelight-iOS
|
||||
//
|
||||
// Created by Diego Waxemberg on 1/18/14.
|
||||
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface VideoDecoder : NSObject
|
||||
- (void) decode:(uint8_t*)buffer length:(unsigned int)length;
|
||||
@end
|
||||
Reference in New Issue
Block a user