mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
truemotion2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf0d098a98
commit
ba8adf9be5
@ -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)
|
static inline int tm2_read_header(TM2Context *ctx, const uint8_t *buf)
|
||||||
{
|
{
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
const uint8_t *obuf;
|
|
||||||
|
|
||||||
obuf = buf;
|
|
||||||
|
|
||||||
magic = AV_RL32(buf);
|
magic = AV_RL32(buf);
|
||||||
buf += 4;
|
buf += 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user