Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52ffc55f authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Use uint32_t for NAL offset and size"

parents f903306a 0b8dec71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ enum {
};

struct NALPosition {
    size_t nalOffset;
    size_t nalSize;
    uint32_t nalOffset;
    uint32_t nalSize;
};

// Optionally returns sample aspect ratio as well.