comparison utils.c @ 205:e5491d64edb3 libavformat

1000l in abbrv. table
author romansh
date Fri, 29 Aug 2003 17:27:48 +0000
parents 61f9cad50ff3
children 8d1569be0ee1
comparison
equal deleted inserted replaced
204:61f9cad50ff3 205:e5491d64edb3
1226 static AbvEntry frame_abvs[] = { 1226 static AbvEntry frame_abvs[] = {
1227 { "ntsc", 720, 480, 30000, 1001 }, 1227 { "ntsc", 720, 480, 30000, 1001 },
1228 { "pal", 720, 576, 25, 1 }, 1228 { "pal", 720, 576, 25, 1 },
1229 { "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */ 1229 { "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */
1230 { "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */ 1230 { "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */
1231 { "sntsc", 352, 240, 30000, 1001 }, /* square pixel ntsc */ 1231 { "sntsc", 640, 480, 30000, 1001 }, /* square pixel ntsc */
1232 { "spal", 352, 288, 25, 1 }, /* square pixel pal */ 1232 { "spal", 768, 576, 25, 1 }, /* square pixel pal */
1233 { "film", 352, 240, 24, 1 }, 1233 { "film", 352, 240, 24, 1 },
1234 { "ntsc-film", 352, 240, 24000, 1001 }, 1234 { "ntsc-film", 352, 240, 24000, 1001 },
1235 { "sqcif", 128, 96, 0, 0 }, 1235 { "sqcif", 128, 96, 0, 0 },
1236 { "qcif", 176, 144, 0, 0 }, 1236 { "qcif", 176, 144, 0, 0 },
1237 { "cif", 352, 288, 0, 0 }, 1237 { "cif", 352, 288, 0, 0 },