mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-05 12:54:28 -04:00
fixed encoding
This commit is contained in:
parent
1249423eff
commit
4522fe85cc
2 changed files with 60 additions and 44 deletions
|
@ -79,6 +79,8 @@ private:
|
|||
AVFrame *encoding_frame_buffer ;
|
||||
AVFrame *decoding_frame_buffer ;
|
||||
uint64_t encoding_frame_count ;
|
||||
|
||||
FILE *encoding_debug_file ;
|
||||
};
|
||||
|
||||
// This class decodes video from a stream. It keeps a queue of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue