Parent Directory
|
Revision Log
|
Patch
revision 1285, Sat Dec 20 11:54:37 2003 UTC | revision 1286, Sat Dec 20 15:30:03 2003 UTC | |
---|---|---|
# | Line 569 | Line 569 |
569 | /* custom pixel aspect ratio -> calculated from DAR */ | /* custom pixel aspect ratio -> calculated from DAR */ |
570 | frame.par = XVID_PAR_EXT; | frame.par = XVID_PAR_EXT; |
571 | frame.par_width = (100 * inhdr->biHeight) / codec->config.ar_y; | frame.par_width = (100 * inhdr->biHeight) / codec->config.ar_y; |
572 | frame.par_height= (100 * inhdr->biWidth) / codec->config.ar_x;; | frame.par_height= (100 * inhdr->biWidth) / codec->config.ar_x; |
573 | } | } |
574 | ||
575 | /* vop stuff */ | /* vop stuff */ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |