Skip to content

Commit fe49c78

Browse files
committed
Fix build
1 parent ad5b0c3 commit fe49c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

submodules/FFMpegBinding/Sources/FFMpegLiveMuxer.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#import <FFMpegBinding/FFMpegAVIOContext.h>
33

44
#include "libavutil/timestamp.h"
5-
#include "libavformat/avformat.h">"
6-
#include "libavcodec/avcodec.h">"
5+
#include "libavformat/avformat.h"
6+
#include "libavcodec/avcodec.h"
77
#include "libswresample/swresample.h"
88

99
#define MOV_TIMESCALE 1000

0 commit comments

Comments
 (0)