diff libmpcodecs/vd_libmpeg2.c @ 27500:84723050e997

Remove version information from libmpeg2 vd_info_t struct. It is available in other places and needs to be updated continuously.
author diego
date Sat, 06 Sep 2008 18:13:44 +0000
parents 05841cbb86aa
children e1e880fb20bd
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c	Fri Sep 05 22:59:01 2008 +0000
+++ b/libmpcodecs/vd_libmpeg2.c	Sat Sep 06 18:13:44 2008 +0000
@@ -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",