summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-04-09 11:43:08 +0200
committerNicolas George <nicolas.george@normalesup.org>2013-04-09 20:16:20 +0200
commitde38e7c8c3dff23e24d6718c115711747cbff949 (patch)
treef6eb0028e950633d504da477cf7d9a46f70e6a0b /ffmpeg.h
parentb4eb06d32535958d71568503cf886f448a5164ed (diff)
ffmpeg: use a rational for -aspect option.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 4b93ab1ad3..7698595752 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -331,7 +331,7 @@ typedef struct OutputStream {
int force_fps;
int top_field_first;
- float frame_aspect_ratio;
+ AVRational frame_aspect_ratio;
/* forced key frames */
int64_t *forced_kf_pts;