mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 15:39:36 -05:00
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:
parent
4f939b2b76
commit
87dd614088
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user