summaryrefslogtreecommitdiff
path: root/src/include/media-thumb-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/media-thumb-internal.h')
-rwxr-xr-xsrc/include/media-thumb-internal.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/media-thumb-internal.h b/src/include/media-thumb-internal.h
index 10cc140..da9165b 100755
--- a/src/include/media-thumb-internal.h
+++ b/src/include/media-thumb-internal.h
@@ -49,15 +49,15 @@ typedef struct {
} media_thumb_info;
enum Exif_Orientation {
- NOT_AVAILABLE=0,
- NORMAL =1,
- HFLIP =2,
- ROT_180 =3,
- VFLIP =4,
- TRANSPOSE =5,
- ROT_90 =6,
- TRANSVERSE =7,
- ROT_270 =8
+ NOT_AVAILABLE = 0,
+ NORMAL = 1,
+ HFLIP = 2,
+ ROT_180 = 3,
+ VFLIP = 4,
+ TRANSPOSE = 5,
+ ROT_90 = 6,
+ TRANSVERSE = 7,
+ ROT_270 = 8
};
typedef struct {