C++11 tidying.
[dcpomatic.git] / src / lib / ffmpeg.h
index 5e1d0842ec771e6cccd803f4acf31442ae508006..58223fa97d82cf94593d0aff6339733a0261376b 100644 (file)
@@ -73,6 +73,7 @@ protected:
        FileGroup _file_group;
 
        AVFormatContext* _format_context = nullptr;
+       std::vector<AVCodecContext*> _codec_context;
        AVFrame* _frame = nullptr;
 
        /** Index of video stream within AVFormatContext */