You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
truemotion1: remove disabled code
This commit is contained in:
@ -354,14 +354,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s)
|
|||||||
if (s->flags & FLAG_SPRITE) {
|
if (s->flags & FLAG_SPRITE) {
|
||||||
av_log_ask_for_sample(s->avctx, "SPRITE frame found.\n");
|
av_log_ask_for_sample(s->avctx, "SPRITE frame found.\n");
|
||||||
/* FIXME header.width, height, xoffset and yoffset aren't initialized */
|
/* 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;
|
return -1;
|
||||||
#endif
|
|
||||||
} else {
|
} else {
|
||||||
s->w = header.xsize;
|
s->w = header.xsize;
|
||||||
s->h = header.ysize;
|
s->h = header.ysize;
|
||||||
|
Reference in New Issue
Block a user