Mercurial > mplayer.hg
changeset 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 | 1dfad1b382fa |
children | 86b142e95253 |
files | libmpcodecs/vd_libmpeg2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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",