[vlc-commits] FourCC: use the correct name for real codecs
Jean-Baptiste Kempf
git at videolan.org
Sat Jul 7 12:04:54 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 4 18:01:12 2012 +0200| [34858076aee0da608d58699477da6ad8de4bb798] | committer: Jean-Baptiste Kempf
FourCC: use the correct name for real codecs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34858076aee0da608d58699477da6ad8de4bb798
---
src/misc/fourcc.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 43a9b58..3cfeddb 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -534,23 +534,23 @@ static const entry_t p_list_video[] = {
A("CLJR"),
/* Real Video */
- B(VLC_CODEC_RV10, "Real Video 1.0"),
+ B(VLC_CODEC_RV10, "RealVideo 1.0"),
A("RV10"),
A("rv10"),
- B(VLC_CODEC_RV13, "Real Video 1.3"),
+ B(VLC_CODEC_RV13, "RealVideo 1.3"),
A("RV13"),
A("rv13"),
- B(VLC_CODEC_RV20, "Real Video 2.0"),
+ B(VLC_CODEC_RV20, "RealVideo G2 (2.0)"),
A("RV20"),
A("rv20"),
- B(VLC_CODEC_RV30, "Real Video 3.0"),
+ B(VLC_CODEC_RV30, "RealVideo 8 (3.0)"),
A("RV30"),
A("rv30"),
- B(VLC_CODEC_RV40, "Real Video 4.0"),
+ B(VLC_CODEC_RV40, "RealVideo 9/10 (4.0)"),
A("RV40"),
A("rv40"),
More information about the vlc-commits
mailing list