[FFmpeg-cvslog] truemotion2: remove unused variable
Michael Niedermayer
git at videolan.org
Mon Oct 29 22:17:48 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 29 22:01:22 2012 +0100| [ba8adf9be5cbfb9a428c22b720593463f64ca03b] | committer: Michael Niedermayer
truemotion2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba8adf9be5cbfb9a428c22b720593463f64ca03b
---
libavcodec/truemotion2.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c
index 48a7a5b..3ef6e2c 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;
More information about the ffmpeg-cvslog
mailing list