Fix Clang Warnings: private field 'encoding_debug_file' is not used

warning: private field 'encoding_debug_file' is not used [-Wunused-
private-field]
    FILE *encoding_debug_file ;
This commit is contained in:
Phenom 2017-04-07 19:32:19 +02:00 committed by csoler
parent 4f939b2b76
commit 87dd614088

View File

@ -66,7 +66,9 @@ private:
AVPacket decoding_buffer;
uint64_t encoding_frame_count ;
#ifdef DEBUG_MPEG_VIDEO
FILE *encoding_debug_file ;
#endif
};
// This class decodes video from a stream. It keeps a queue of