[vlc-devel] commit: Spare another 2kb ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 19 21:52:54 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 19 22:52:48 2008 +0300| [83e6445af76c33e5c697b56b5d82602abb7dd789] | committer: Rémi Denis-Courmont
Spare another 2kb
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83e6445af76c33e5c697b56b5d82602abb7dd789
---
modules/codec/avcodec/fourcc.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 9175056..4558c50 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -46,8 +46,7 @@ static const struct
vlc_fourcc_t i_fourcc;
int i_codec;
int i_cat;
- const char psz_name[40];
-
+ const char psz_name[36];
} codecs_table[] =
{
/*
@@ -591,9 +590,9 @@ static const struct
/* Screen Capture Video Codecs */
{ VLC_FOURCC('t','s','c','c'), CODEC_ID_TSCC,
- VIDEO_ES, "TechSmith Camtasia Screen Capture Video" },
+ VIDEO_ES, "TechSmith Camtasia Screen Capture" },
{ VLC_FOURCC('T','S','C','C'), CODEC_ID_TSCC,
- VIDEO_ES, "TechSmith Camtasia Screen Capture Video" },
+ VIDEO_ES, "TechSmith Camtasia Screen Capture" },
{ VLC_FOURCC('C','S','C','D'), CODEC_ID_CSCD,
VIDEO_ES, "CamStudio Screen Codec" },
More information about the vlc-devel
mailing list