annotate libmpcodecs/vd_vfwex.c @ 13675:d4cba4c4c54c

Bitrate setting option in ve_xvid4.c doesn't follow the rules described in manpage (i.e. if bitrate > 16000, then it's in bits/s, not kbits), unlike lavc and the old ve_xvid.c do. Fixed.
author rathann
date Mon, 18 Oct 2004 20:00:07 +0000
parents 3e7a601c5874
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7229
b4d025d64eb3 merged with dll_init
alex
parents: 7180
diff changeset
1
7260
3e7a601c5874 - vfwex redundancy removed
arpi
parents: 7243
diff changeset
2 #define BUILD_VFWEX 1
7229
b4d025d64eb3 merged with dll_init
alex
parents: 7180
diff changeset
3
7260
3e7a601c5874 - vfwex redundancy removed
arpi
parents: 7243
diff changeset
4 #include "vd_vfw.c"