mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -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;
|
AVPacket decoding_buffer;
|
||||||
uint64_t encoding_frame_count ;
|
uint64_t encoding_frame_count ;
|
||||||
|
|
||||||
|
#ifdef DEBUG_MPEG_VIDEO
|
||||||
FILE *encoding_debug_file ;
|
FILE *encoding_debug_file ;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// This class decodes video from a stream. It keeps a queue of
|
// This class decodes video from a stream. It keeps a queue of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user