* Add image rotation support during resize. (mostly useful for TiVo)

This commit is contained in:
Justin Maggard
2012-01-22 00:33:55 +00:00
parent 6820d05143
commit c5bb5c84b3
10 changed files with 168 additions and 113 deletions

View File

@ -36,6 +36,7 @@ typedef struct metadata_s {
char *frequency;
char *bps;
char *resolution;
char *rotation;
char *duration;
char *date;
char *mime;