Refactoring

This commit is contained in:
Isaac
2025-04-28 23:36:35 +02:00
parent e77402d7b3
commit 1f869f309f
35 changed files with 343 additions and 153 deletions

View File

@@ -2,9 +2,9 @@
#import <FFMpegBinding/FFMpegAVFrame.h>
#import "libavformat/avformat.h"
#import "libavcodec/avcodec.h"
#import "libswresample/swresample.h"
#import <third_party/ffmpeg/libavformat/avformat.h>
#import <third_party/ffmpeg/libavcodec/avcodec.h>
#import <third_party/ffmpeg/libswresample/swresample.h>
@interface FFMpegSWResample () {
int _sourceSampleRate;