1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

set sample aspect ratio

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lorenm 2004-11-24 00:54:20 +00:00
parent 9ec7ec7475
commit dc9851c0db

View File

@ -209,6 +209,8 @@ static int config(struct vf_instance_s* vf, int width, int height, int d_width,
mod->param.i_fps_den = mod->mux->h.dwScale;
mod->param.analyse.b_psnr = psnr;
mod->param.i_log_level = log_level;
mod->param.vui.i_sar_width = d_width*height;
mod->param.vui.i_sar_height = d_height*width;
switch(outfmt) {
case IMGFMT_I420: