1
mirror of https://github.com/mpv-player/mpv synced 2024-08-28 05:46:13 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5875 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-27 23:35:23 +00:00
parent f41eae4b7e
commit 04ea2879d3

View File

@ -46,7 +46,9 @@ static vf_info_t* filter_list[]={
&vf_info_rotate,
&vf_info_mirror,
&vf_info_palette,
#ifdef USE_LIBAVCODEC
&vf_info_lavc,
#endif
NULL
};