diff options
author | dynaflash <[email protected]> | 2008-01-29 16:11:47 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-29 16:11:47 +0000 |
commit | 0ec912f5fd9008e4643bf375db3088f29c389304 (patch) | |
tree | fb6acb3459c073eb5f69a30377ff4874a41d44ba /macosx/HBQueueController.h | |
parent | 3da2999d6e99abecc485af5d7d0a9028638af0a1 (diff) |
MacGui: Adds Loose Anamorphic information to the queue display
- patch by travistex
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1238 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 2070f0418..a2e5b9998 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -85,8 +85,12 @@ BOOL fIsDragging; int chapter_markers; int crop[4]; int deinterlace; - int width; + int width; // source dimensions int height; + int output_width; // output dimensions + int output_height; + int anamorphic_width; // anamorphic dimensions + int anamorphic_height; int keep_ratio; int grayscale; int pixel_ratio; |