summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-29 12:48:45 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-20 15:04:43 +0200
commit4466d0e84b3a105a02170ce8bc9e22820ff0152f (patch)
tree5122e0fca72c5cc19ebc3508a57ead636e60149f /libavcodec/truemotion1.c
parentf05b69a79fd6849a9f302909254bcc34d1870b65 (diff)
truemotion1: remove disabled code
Diffstat (limited to 'libavcodec/truemotion1.c')
-rw-r--r--libavcodec/truemotion1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c
index 9e1168af43..bc501a20b7 100644
--- a/libavcodec/truemotion1.c
+++ b/libavcodec/truemotion1.c
@@ -354,14 +354,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s)
if (s->flags & FLAG_SPRITE) {
av_log_ask_for_sample(s->avctx, "SPRITE frame found.\n");
/* FIXME header.width, height, xoffset and yoffset aren't initialized */
-#if 0
- s->w = header.width;
- s->h = header.height;
- s->x = header.xoffset;
- s->y = header.yoffset;
-#else
return -1;
-#endif
} else {
s->w = header.xsize;
s->h = header.ysize;