diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-01 21:06:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-02 15:40:18 +0100 |
| commit | 2091311fde159ec39126608327eb93b28898bd6c (patch) | |
| tree | 1396d4e920de7603b402353c00ba5cce765c33e5 /src/lib/ffmpeg.h | |
| parent | 6c092a6abef4bf38fe62112544f7b6247cdb07d0 (diff) | |
Remove FFmpeg::_packet.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 1 |
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 */ |
