mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
Fixed crash bug with some types of input and x264 encoding (improper swscale arguments, and calculating CVImageBuffer size incorrectly)
7 lines
167 B
Text
7 lines
167 B
Text
//
|
|
// Prefix header for all source files of the 'CocoaSplitCmd' target in the 'CocoaSplitCmd' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#endif
|