Merge ../ZoneMinder.Steve into packetqueue

This commit is contained in:
Isaac Connor
2016-09-08 09:40:05 -04:00

View File

@@ -45,8 +45,10 @@ class FfmpegCamera : public Camera
AVFormatContext *mFormatContext;
int mVideoStreamId;
int mAudioStreamId;
AVCodecContext *mCodecContext;
AVCodec *mCodec;
AVCodecContext *mVideoCodecContext;
AVCodecContext *mAudioCodecContext;
AVCodec *mVideoCodec;
AVCodec *mAudioCodec;
AVFrame *mRawFrame;
AVFrame *mFrame;
_AVPIXELFORMAT imagePixFormat;