This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
truemotion2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer
13 years ago
parent
bf0d098a98
commit
ba8adf9be5
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/truemotion2.c
+ 0
- 3
libavcodec/truemotion2.c
View File
@@ -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
Loading…
Cancel
Save