1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

ffmpeg: use a rational for -aspect option.

This commit is contained in:
Nicolas George
2013-04-09 11:43:08 +02:00
parent b4eb06d325
commit de38e7c8c3
3 changed files with 5 additions and 5 deletions

View File

@@ -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;