12 lines
256 B
Diff
12 lines
256 B
Diff
|
--- a/src/player.h
|
||
|
+++ b/src/player.h
|
||
|
@@ -68,7 +68,7 @@
|
||
|
AVFilterGraph *fgraph;
|
||
|
AVFormatContext *fctx;
|
||
|
AVStream *st;
|
||
|
- AVCodecContext *cctx;
|
||
|
+ struct AVCodecContext *cctx;
|
||
|
AVFilterContext *fbufsink, *fabuf;
|
||
|
int streamIdx;
|
||
|
int64_t lastTimestamp;
|