[vlc-commits] commit: Rename On2's VP8 to Google/On2's VP8 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri May 21 10:54:37 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 21 10:53:27 2010 +0200| [99039b1133635e43381e60b10590cafd7691e6b8] | committer: Jean-Baptiste Kempf 

Rename On2's VP8 to Google/On2's VP8

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99039b1133635e43381e60b10590cafd7691e6b8
---

 src/misc/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index ebe8434..80b8db3 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -448,7 +448,7 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_VP6A, "On2's VP6 A Video"),
         A("VP6A"),
 
-    B(VLC_CODEC_VP8, "On2's VP8 Video"),
+    B(VLC_CODEC_VP8, "Google/On2's VP8 Video"),
         A("VP80"),
 
 



More information about the vlc-commits mailing list