On Mon, May 09, 2011 at 09:26:39PM +0200, Stefano Sabatini wrote: > Helps debugging. > --- > libavcodec/tiff.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c > index 587ddc6..9900161 100644 > --- a/libavcodec/tiff.c > +++ b/libavcodec/tiff.c > @@ -474,6 +474,9 @@ static int tiff_decode_tag(TiffContext *s, const uint8_t > *start, const uint8_t * > if(s->compr == TIFF_G4) > s->fax_opts = value; > break; > + > + default: > + av_log(s->avctx, AV_LOG_DEBUG, "Unknown or unsupported tag > %d/0X%0X\n", tag, tag); > } > return 0; > } > --
ok (though it's even better without that additional newline) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
