Re: [libav-devel] [PATCH] 4xm: remove unneeded check for remaining unused data.

2011-12-18 Thread Måns Rullgård
Justin Ruggles writes: > This is unnecessary complication that only prints a message and does not > affect decoding. > --- > libavcodec/4xm.c |9 - > 1 files changed, 0 insertions(+), 9 deletions(-) > > diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c > index 21bde52..0ae10d5 100644

[libav-devel] [PATCH] 4xm: remove unneeded check for remaining unused data.

2011-12-18 Thread Justin Ruggles
This is unnecessary complication that only prints a message and does not affect decoding. --- libavcodec/4xm.c |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 21bde52..0ae10d5 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/