Skip to content

Commit

Permalink
video chroma blabla
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ committed Oct 24, 2012
1 parent 8b5fa79 commit cde3fd0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ViljensTriumf/MyAVPlayerItem.h
@@ -0,0 +1,13 @@
//
// MyAVPlayerItem.h
// ViljensTriumf
//
// Created by Jonas on 10/25/12.
// Copyright (c) 2012 Jonas. All rights reserved.
//

#import <AVFoundation/AVFoundation.h>

@interface MyAVPlayerItem : AVPlayerItem

@end
13 changes: 13 additions & 0 deletions ViljensTriumf/MyAVPlayerItem.m
@@ -0,0 +1,13 @@
//
// MyAVPlayerItem.m
// ViljensTriumf
//
// Created by Jonas on 10/25/12.
// Copyright (c) 2012 Jonas. All rights reserved.
//

#import "MyAVPlayerItem.h"

@implementation MyAVPlayerItem

@end

0 comments on commit cde3fd0

Please sign in to comment.