Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c52d8544
Commit
c52d8544
authored
Oct 01, 2013
by
Jim Bankoski
Browse files
vp9_thread nolintify lint issue I can't fix easily
Change-Id: Ib19dabe697656e4d7e8403d91bedca7cd31d36bf
parent
5c66f6f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_thread.h
View file @
c52d8544
...
...
@@ -27,7 +27,7 @@ extern "C" {
#if defined(_WIN32)
#include <windows.h>
#include <windows.h>
// NOLINT
typedef
HANDLE
pthread_t
;
typedef
CRITICAL_SECTION
pthread_mutex_t
;
typedef
struct
{
...
...
@@ -38,7 +38,7 @@ typedef struct {
#else
#include <pthread.h>
#include <pthread.h>
// NOLINT
#endif
/* _WIN32 */
#endif
/* CONFIG_MULTITHREAD */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment