[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:58:06 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 21 10:53:27 2010 +0200| [8a93cd51ce1cf9b3cf5610343602ee7474c0ad2d] | committer: Jean-Baptiste Kempf
Rename On2's VP8 to Google/On2's VP8
(cherry picked from commit 99039b1133635e43381e60b10590cafd7691e6b8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=8a93cd51ce1cf9b3cf5610343602ee7474c0ad2d
---
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 3451789..2cecbd9 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