diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-20 21:42:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-20 21:42:15 +0000 |
commit | 1c0dcc391a302068199385ecc158aae52b5d3e69 (patch) | |
tree | 7ce4cf90cb5069da799a841d5c37d953ecf6ddad /ffmpeg.c | |
parent | 5ff85f1d8b5721a9e7f0ca6e03f61f5d3a4c3664 (diff) | |
download | ffmpeg-1c0dcc391a302068199385ecc158aae52b5d3e69.tar.gz |
10l
Originally committed as revision 2404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2239,7 +2239,7 @@ static void opt_output_file(const char *filename) video_enc->width = frame_width; video_enc->height = frame_height; - video_enc->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_width, 30000); + video_enc->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_width, 255); video_enc->pix_fmt = frame_pix_fmt; if (!intra_only) |