Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26681/libexif
Modified Files:
exif-tag.c
Log Message:
Removed kinda nonsense references to Exif Standard Appendices that made it
into the code by copy&pasting tag descriptions from the standard.
Index: exif-tag.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -d -r1.31 -r1.32
--- exif-tag.c 15 May 2007 18:23:28 -0000 1.31
+++ exif-tag.c 18 May 2007 19:53:43 -0000 1.32
@@ -407,7 +407,7 @@ static struct {
{ ESL_NNNN, ESL_NNNN, ESL_NNNO, ESL_NNNN, ESL_NNNN } },
{EXIF_TAG_SHUTTER_SPEED_VALUE, "ShutterSpeedValue", N_("Shutter speed"),
N_("Shutter speed. The unit is the APEX (Additive System of "
- "Photographic Exposure) setting (see Appendix C)."),
+ "Photographic Exposure) setting."),
{ ESL_NNNN, ESL_NNNN, ESL_OOOO, ESL_NNNN, ESL_NNNN } },
{EXIF_TAG_APERTURE_VALUE, "ApertureValue", N_("Aperture"),
N_("The lens aperture. The unit is the APEX value."),
@@ -506,15 +506,14 @@ static struct {
"conditions and environment. If a color space other than "
"sRGB is used, Uncalibrated (=FFFF.H) is set. Image data "
"recorded as Uncalibrated can be treated as sRGB when it is "
- "converted to FlashPix. On sRGB see Appendix E."),
+ "converted to FlashPix."),
{ ESL_NNNN, ESL_NNNN, ESL_MMMM, ESL_NNNN, ESL_NNNN } },
{EXIF_TAG_PIXEL_X_DIMENSION, "PixelXDimension", "PixelXDimension",
N_("Information specific to compressed data. When a "
"compressed file is recorded, the valid width of the "
"meaningful image must be recorded in this tag, whether or "
"not there is padding data or a restart marker. This tag "
- "should not exist in an uncompressed file. For details see "
- "section 2.8.1 and Appendix F."),
+ "should not exist in an uncompressed file."),
{ ESL_NNNN, ESL_NNNN, ESL_NNNM, ESL_NNNN, ESL_NNNN } },
{EXIF_TAG_PIXEL_Y_DIMENSION, "PixelYDimension", "PixelYDimension",
N_("Information specific to compressed data. When a compressed "
@@ -651,7 +650,7 @@ static struct {
N_("This tag indicates the type of scene that was shot. It can "
"also be used to record the mode in which the image was "
"shot. Note that this differs from the scene type "
- "(SceneType) tag.")},
+ "<SceneType> tag.")},
{EXIF_TAG_GAIN_CONTROL, "GainControl", N_("Gain Control"),
N_("This tag indicates the degree of overall image gain "
"adjustment.")},
|