summaryrefslogtreecommitdiff
path: root/src/video_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_decode.c')
-rw-r--r--src/video_decode.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_decode.c b/src/video_decode.c
index b3c8e4d..993fd14 100644
--- a/src/video_decode.c
+++ b/src/video_decode.c
@@ -10,14 +10,6 @@
#include <libavcodec/avcodec.h>
#include <libswscale/swscale.h>
-
-struct video_decode {
- AVFormatContext *fmt_ctx;
- AVCodecContext *codec_ctx;
- AVCodec *codec;
- int stream;
-};
-
struct video_frame_priv {
struct video_frame base;
AVFrame *frame;