Browse Source

truemotion2: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
ba8adf9be5
1 changed files with 0 additions and 3 deletions
  1. +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;


Loading…
Cancel
Save