Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ba8adf9b
Commit
ba8adf9b
authored
Oct 29, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
truemotion2: remove unused variable
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
bf0d098a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
truemotion2.c
libavcodec/truemotion2.c
+0
-3
No files found.
libavcodec/truemotion2.c
View file @
ba8adf9b
...
...
@@ -206,9 +206,6 @@ static inline int tm2_get_token(GetBitContext *gb, TM2Codes *code)
static
inline
int
tm2_read_header
(
TM2Context
*
ctx
,
const
uint8_t
*
buf
)
{
uint32_t
magic
;
const
uint8_t
*
obuf
;
obuf
=
buf
;
magic
=
AV_RL32
(
buf
);
buf
+=
4
;
...
...
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