Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
a982e5a0
Commit
a982e5a0
authored
Jun 04, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avidec: make scale and rate unsigned.
The specs say they are unsigned 32bit integers.
parent
bb7431f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avidec.c
libavformat/avidec.c
+2
-2
No files found.
libavformat/avidec.c
View file @
a982e5a0
...
...
@@ -39,8 +39,8 @@ typedef struct AVIStream {
int
remaining
;
int
packet_size
;
in
t
scale
;
in
t
rate
;
uint32_
t
scale
;
uint32_
t
rate
;
int
sample_size
;
/* size of one sample (or packet) (in the rate/scale sense) in bytes */
int64_t
cum_len
;
/* temporary storage (used during seek) */
...
...
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