comparison libvo/vo_xv.c @ 25962:afa125da85cf

typo fix: inited --> initialized
author diego
date Thu, 14 Feb 2008 14:23:55 +0000
parents c9e9ac2008c2
children 4f59356268a0
comparison
equal deleted inserted replaced
25961:354ad909efcf 25962:afa125da85cf
43 43
44 #ifdef HAVE_NEW_GUI 44 #ifdef HAVE_NEW_GUI
45 #include "gui/interface.h" 45 #include "gui/interface.h"
46 #endif 46 #endif
47 47
48 #include "libavutil/common.h" 48 #include "ffmpeg/libavutil/common.h"
49 49
50 static const vo_info_t info = { 50 static const vo_info_t info = {
51 "X11/Xv", 51 "X11/Xv",
52 "xv", 52 "xv",
53 "Gerd Knorr <kraxel@goldbach.in-berlin.de> and others", 53 "Gerd Knorr <kraxel@goldbach.in-berlin.de> and others",