]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion2.c
rtpenc_aac: Fix 10l bug
[ffmpeg] / libavcodec / truemotion2.c
index 48a7a5b938e107e0c9e671e0f7e9abca1c57ef6f..3ef6e2c0747777e07142176e73744dfa2f914a54 100644 (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;