comparison libmpcodecs/vf_lavc.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents e9a2af584986
children 837bca3ae69f
comparison
equal deleted inserted replaced
10999:6d85ca7c3165 11000:6e35326c742f
20 #else 20 #else
21 #include "libavcodec/avcodec.h" 21 #include "libavcodec/avcodec.h"
22 #endif 22 #endif
23 23
24 #if LIBAVCODEC_BUILD < 4641 24 #if LIBAVCODEC_BUILD < 4641
25 #error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS 25 #error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS
26 #endif 26 #endif
27 27
28 #if LIBAVCODEC_BUILD < 4645 28 #if LIBAVCODEC_BUILD < 4645
29 #warning your version of libavcodec is old, u might want to get a newer one 29 #warning your version of libavcodec is old, u might want to get a newer one
30 #endif 30 #endif