Mercurial > mplayer.hg
view libaf/config.h @ 21167:e3d1a0ca75f1
r21078: add a link to Michael's de-interlacing filters, and replace the crappy
pp=fd video filter with yadif as it's soooo much better
r21079: Add a new MPEG encoding example using lavf
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.
r21153: Miscellaneous updates for the introduction and the requirements section.
r21154: Remove outdated and superfluous sound card section.
r21155: Remove outdated and superfluous video cards section.
r21168: x264 supports interlaced encoding for some time
author | kraymer |
---|---|
date | Thu, 23 Nov 2006 22:51:42 +0000 |
parents | ade823c5c294 |
children |
line wrap: on
line source
/*============================================================================= // // This software has been released under the terms of the GNU General Public // license. See http://www.gnu.org/copyleft/gpl.html for details. // // Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au // //============================================================================= */ #ifndef __af_config_h__ #define __af_config_h__ #include "../config.h" // WORDS_BIGENDIAN #ifndef MPLAYER_CONFIG_H #error Mandatory WORDS_BIGENDIAN does not contain 0 nor 1 #endif // Number of channels #ifndef AF_NCH #define AF_NCH 6 #endif #endif /* __af_config_h__ */