comparison mpeg12data.h @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 03df246fb06b
children 77ccf7fe3bd0
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /* 1 /**
2 * MPEG1/2 tables 2 * @file mpeg12data.h
3 * MPEG1/2 tables.
3 */ 4 */
4 5
5 const int16_t ff_mpeg1_default_intra_matrix[64] = { 6 const int16_t ff_mpeg1_default_intra_matrix[64] = {
6 8, 16, 19, 22, 26, 27, 29, 34, 7 8, 16, 19, 22, 26, 27, 29, 34,
7 16, 16, 22, 24, 27, 29, 34, 37, 8 16, 16, 22, 24, 27, 29, 34, 37,