Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2018-09-29 21:27:28 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-10-02 17:20:32 +0300
commit9444e6923954f0b4308c0564a1107572e66c4dda (patch)
tree3f9501bc5ee4f51c0e1194805ba5f3ab565afd9e /src/internal.h
parent7efdb714020ad37211336ca02b48c38e41afe359 (diff)
Change n_fc to unsigned
This is, de facto, an unsigned counter and this fixes a warning
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h
index b538ead..9a2dbc7 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -66,7 +66,7 @@ typedef struct Dav1dDSPContext {
struct Dav1dContext {
Dav1dFrameContext *fc;
- int n_fc;
+ unsigned n_fc;
// cache of OBUs that make up a single frame before we submit them
// to a frame worker to be decoded