Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
No mutex is used in decoder.c and stream.c.
  • Loading branch information
rom1v committed Nov 27, 2019
1 parent 510caff commit d0f5a7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "recorder.h"
#include "video_buffer.h"
#include "util/buffer_util.h"
#include "util/lock.h"
#include "util/log.h"

// set the decoded frame as ready for rendering, and notify
Expand Down
1 change: 0 additions & 1 deletion app/src/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "events.h"
#include "recorder.h"
#include "util/buffer_util.h"
#include "util/lock.h"
#include "util/log.h"

#define BUFSIZE 0x10000
Expand Down

0 comments on commit d0f5a7f

Please sign in to comment.