mirror of https://github.com/mpv-player/mpv
2*10l to me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7177 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21c2e04371
commit
37e6450cfe
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "dll_init.h"
|
||||
|
||||
static vd_info_t info_vfw = {
|
||||
static vd_info_t info = {
|
||||
"Win32/VfW video codecs",
|
||||
"vfw",
|
||||
VFM_VFW,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "dll_init.h"
|
||||
|
||||
static vd_info_t info_vfwex = {
|
||||
static vd_info_t info = {
|
||||
"Win32/VfWex video codecs",
|
||||
"vfwex",
|
||||
VFM_VFWEX,
|
||||
|
|
Loading…
Reference in New Issue