comparison DOCS/tech/libmpcodecs.txt @ 9644:0fe056bdb135

vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
author jonas
date Sat, 22 Mar 2003 12:02:27 +0000
parents f7106682cac8
children 2e1bd9192ce2
comparison
equal deleted inserted replaced
9643:f1b66e97c3d3 9644:0fe056bdb135
212 Filters should use width,height as input image dimension, but the 212 Filters should use width,height as input image dimension, but the
213 resizing filters (crop, expand, scale, rotate, etc) should update 213 resizing filters (crop, expand, scale, rotate, etc) should update
214 d_width/d_height (display size) to preserve the correct aspect ratio! 214 d_width/d_height (display size) to preserve the correct aspect ratio!
215 Filters should not rely on d_width, d_height as input parameters, 215 Filters should not rely on d_width, d_height as input parameters,
216 the only exception is when a filter replaces some libvo functionality 216 the only exception is when a filter replaces some libvo functionality
217 (like -vop scale with -zoom, or OSD rendering wiht -vop expand). 217 (like -vf scale with -zoom, or OSD rendering wiht -vf expand).
218 flags: the "good" old flags set of libvo: 218 flags: the "good" old flags set of libvo:
219 0x01 - force fullscreen (-fs) 219 0x01 - force fullscreen (-fs)
220 0x02 - allow mode switching (-vm) 220 0x02 - allow mode switching (-vm)
221 0x04 - allow software scaling (-zoom) 221 0x04 - allow software scaling (-zoom)
222 0x08 - flipping (-flip) 222 0x08 - flipping (-flip)