From ba8adf9be5cbfb9a428c22b720593463f64ca03b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 29 Oct 2012 22:01:22 +0100 Subject: [PATCH] truemotion2: remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/truemotion2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index 48a7a5b938..3ef6e2c074 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -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;