1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 21:27:51 +00:00
termux-packages/packages/pianobar/src-player.h.patch
2022-01-17 11:06:11 +02:00

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;