From 5c282f9a492ded6a230cdaab30850042855d004e Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 6 Sep 2008 18:13:44 +0000 Subject: Remove version information from libmpeg2 vd_info_t struct. It is available in other places and needs to be updated continuously. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_libmpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/vd_libmpeg2.c') diff --git a/libmpcodecs/vd_libmpeg2.c b/libmpcodecs/vd_libmpeg2.c index 2847491e55..a05ca07b8b 100644 --- a/libmpcodecs/vd_libmpeg2.c +++ b/libmpcodecs/vd_libmpeg2.c @@ -11,7 +11,7 @@ static vd_info_t info = { - "MPEG 1/2 Video decoder libmpeg2-v0.4.0b", + "libmpeg2 MPEG 1/2 Video decoder", "libmpeg2", "A'rpi & Fabian Franz", "Aaron & Walken", -- cgit v1.2.3