summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-01 21:06:01 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-02 15:40:18 +0100
commit2091311fde159ec39126608327eb93b28898bd6c (patch)
tree1396d4e920de7603b402353c00ba5cce765c33e5 /src/lib/ffmpeg.h
parent6c092a6abef4bf38fe62112544f7b6247cdb07d0 (diff)
Remove FFmpeg::_packet.
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h
index a9823007b..fac8a2d84 100644
--- a/src/lib/ffmpeg.h
+++ b/src/lib/ffmpeg.h
@@ -69,7 +69,6 @@ protected:
FileGroup _file_group;
AVFormatContext* _format_context;
- AVPacket _packet;
AVFrame* _frame;
/** Index of video stream within AVFormatContext */