[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.99,1.100
Diego Biurrun CVS
diego
Tue Jan 24 11:33:17 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/tests ffmpeg.regression.ref, 1.160, 1.161 rotozoom.regression.ref, 1.114, 1.115
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.444, 1.445 h264.c, 1.180, 1.181 jpeg_ls.c, 1.2, 1.3 mem.c, 1.16, 1.17 parser.c, 1.33, 1.34 snow.c, 1.85, 1.86 x264.c, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv18564/libavformat
Modified Files:
mov.c
Log Message:
Remove all stray tabs and trailing whitespace, this time for good.
Index: mov.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/mov.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- mov.c 12 Jan 2006 22:43:23 -0000 1.99
+++ mov.c 24 Jan 2006 10:33:14 -0000 1.100
@@ -153,24 +153,24 @@
/* cf. QTFileFormat.pdf p253, qtff.pdf p205 */
/* http://developer.apple.com/documentation/mac/Text/Text-368.html */
/* deprecated by putting the code as 3*5bit ascii */
-static const char *mov_mdhd_language_map[] = {
+static const char *mov_mdhd_language_map[] = {
/* 0-9 */
-"eng", "fra", "ger", "ita", "dut", "sve", "spa", "dan", "por", "nor",
-"heb", "jpn", "ara", "fin", "gre", "ice", "mlt", "tur", "hr "/*scr*/, "chi"/*ace?*/,
-"urd", "hin", "tha", "kor", "lit", "pol", "hun", "est", "lav", NULL,
-"fo ", NULL, "rus", "chi", NULL, "iri", "alb", "ron", "ces", "slk",
+"eng", "fra", "ger", "ita", "dut", "sve", "spa", "dan", "por", "nor",
+"heb", "jpn", "ara", "fin", "gre", "ice", "mlt", "tur", "hr "/*scr*/, "chi"/*ace?*/,
+"urd", "hin", "tha", "kor", "lit", "pol", "hun", "est", "lav", NULL,
+"fo ", NULL, "rus", "chi", NULL, "iri", "alb", "ron", "ces", "slk",
"slv", "yid", "sr ", "mac", "bul", "ukr", "bel", "uzb", "kaz", "aze",
-/*?*/
+/*?*/
"aze", "arm", "geo", "mol", "kir", "tgk", "tuk", "mon", NULL, "pus",
"kur", "kas", "snd", "tib", "nep", "san", "mar", "ben", "asm", "guj",
"pa ", "ori", "mal", "kan", "tam", "tel", NULL, "bur", "khm", "lao",
/* roman? arabic? */
"vie", "ind", "tgl", "may", "may", "amh", "tir", "orm", "som", "swa",
/*==rundi?*/
- NULL, "run", NULL, "mlg", "epo", NULL, NULL, NULL, NULL, NULL,
+ NULL, "run", NULL, "mlg", "epo", NULL, NULL, NULL, NULL, NULL,
/* 100 */
- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "wel", "baq",
"cat", "lat", "que", "grn", "aym", "tat", "uig", "dzo", "jav"
};
@@ -380,7 +380,7 @@
int ff_mov_iso639_to_lang(const char *lang, int mp4)
{
int i, code = 0;
-
+
/* old way, only for QT? */
for (i = 0; !mp4 && (i < (sizeof(mov_mdhd_language_map)/sizeof(char *))); i++) {
if (mov_mdhd_language_map[i] && !strcmp(lang, mov_mdhd_language_map[i]))
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/tests ffmpeg.regression.ref, 1.160, 1.161 rotozoom.regression.ref, 1.114, 1.115
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.444, 1.445 h264.c, 1.180, 1.181 jpeg_ls.c, 1.2, 1.3 mem.c, 1.16, 1.17 parser.c, 1.33, 1.34 snow.c, 1.85, 1.86 x264.c, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list