diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 4f0c963..97e5e95 100644 --- a/src/player.h +++ b/src/player.h @@ -63,6 +63,7 @@ typedef struct { AVFilterGraph *fgraph; AVFormatContext *fctx; AVStream *st; + AVCodecContext *cctx; AVFilterContext *fbufsink, *fabuf; int streamIdx; int64_t lastTimestamp; |