comparison utils.c @ 204:61f9cad50ff3 libavformat

* making resolution abbreviations right * introducing sntsc/spal for square pixel ntsc/pal
author romansh
date Fri, 29 Aug 2003 06:58:55 +0000
parents 66a05c4f8350
children e5491d64edb3
comparison
equal deleted inserted replaced
203:184d22d04c84 204:61f9cad50ff3
1222 int width, height; 1222 int width, height;
1223 int frame_rate, frame_rate_base; 1223 int frame_rate, frame_rate_base;
1224 } AbvEntry; 1224 } AbvEntry;
1225 1225
1226 static AbvEntry frame_abvs[] = { 1226 static AbvEntry frame_abvs[] = {
1227 { "ntsc", 352, 240, 30000, 1001 }, 1227 { "ntsc", 720, 480, 30000, 1001 },
1228 { "pal", 352, 288, 25, 1 }, 1228 { "pal", 720, 576, 25, 1 },
1229 { "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */
1230 { "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */
1231 { "sntsc", 352, 240, 30000, 1001 }, /* square pixel ntsc */
1232 { "spal", 352, 288, 25, 1 }, /* square pixel pal */
1229 { "film", 352, 240, 24, 1 }, 1233 { "film", 352, 240, 24, 1 },
1230 { "ntsc-film", 352, 240, 24000, 1001 }, 1234 { "ntsc-film", 352, 240, 24000, 1001 },
1231 { "sqcif", 128, 96, 0, 0 }, 1235 { "sqcif", 128, 96, 0, 0 },
1232 { "qcif", 176, 144, 0, 0 }, 1236 { "qcif", 176, 144, 0, 0 },
1233 { "cif", 352, 288, 0, 0 }, 1237 { "cif", 352, 288, 0, 0 },