On 05/12/2011 08:17 PM, Stefano Sabatini wrote: > On date Friday 2011-05-13 00:19:07 +0200, Stefano Sabatini encoded: >> On date Monday 2011-05-09 22:38:55 +0200, Michael Niedermayer encoded: >>> On Mon, May 09, 2011 at 10:27:55PM +0200, Stefano Sabatini wrote: >>>> --- >>>> libavcodec/tiff.c | 2 ++ >>>> 1 files changed, 2 insertions(+), 0 deletions(-) >>> >>> LGTM >> >> Updated, added libav-devel to recipients. > >> From ba93fc2d5a2580e5f4231cb855f104eb9515384f Mon Sep 17 00:00:00 2001 >> From: Stefano Sabatini <[email protected]> >> Date: Mon, 9 May 2011 21:26:39 +0200 >> Subject: [PATCH] tiff: print warning in case of unknown / unsupported tag > > Updated again, ignore not-used tags, this avoids warnings with > libavcodec-encoded files.
There are many more ignored tags than just those. See http://www.libtiff.org/support.html for the ones in TIFF 6.0. Plus there are some technical notes and extensions that add more tags. The libtiff source has a pretty complete list of known tags. The concept of the patch seems ok though. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
