diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-09 11:43:08 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-09 20:16:20 +0200 |
commit | de38e7c8c3dff23e24d6718c115711747cbff949 (patch) | |
tree | f6eb0028e950633d504da477cf7d9a46f70e6a0b /ffmpeg.h | |
parent | b4eb06d32535958d71568503cf886f448a5164ed (diff) | |
download | ffmpeg-de38e7c8c3dff23e24d6718c115711747cbff949.tar.gz |
ffmpeg: use a rational for -aspect option.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |