Remove outdated URL from vd_info_t struct.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-09-06 18:16:39 +00:00
parent 5c282f9a49
commit d5f550e257
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ static vd_info_t info = {
"ffmpeg",
"A'rpi",
"A'rpi, Michael, Alex",
"native codecs (http://ffmpeg.sf.net/)"
"native codecs"
};
LIBVD_EXTERN(ffmpeg)