Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvpx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
libvpx
Commits
900d0548
Commit
900d0548
authored
Jun 13, 2010
by
John Koleszar
Committed by
Code Review
Jun 13, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Make this/next iiratio unsigned."
parents
5ef25a97
cd475da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
onyx_int.h
vp8/encoder/onyx_int.h
+2
-2
No files found.
vp8/encoder/onyx_int.h
View file @
900d0548
...
...
@@ -523,8 +523,8 @@ typedef struct
int
motion_lvl
;
int
motion_speed
;
int
motion_var
;
int
next_iiratio
;
int
this_iiratio
;
unsigned
int
next_iiratio
;
unsigned
int
this_iiratio
;
int
this_frame_modified_error
;
double
norm_intra_err_per_mb
;
...
...
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