comparison matroskadec.c @ 2805:888d5439eac6 libavformat

colour --> color in variable names
author diego
date Mon, 03 Dec 2007 13:33:48 +0000
parents c89e331851f3
children d2c5c911280d
comparison
equal deleted inserted replaced
2804:c89e331851f3 2805:888d5439eac6
1199 break; 1199 break;
1200 } 1200 }
1201 1201
1202 /* colorspace (only matters for raw video) 1202 /* colorspace (only matters for raw video)
1203 * fourcc */ 1203 * fourcc */
1204 case MATROSKA_ID_VIDEOCOLOURSPACE: { 1204 case MATROSKA_ID_VIDEOCOLORSPACE: {
1205 uint64_t num; 1205 uint64_t num;
1206 if ((res = ebml_read_uint(matroska, &id, 1206 if ((res = ebml_read_uint(matroska, &id,
1207 &num)) < 0) 1207 &num)) < 0)
1208 break; 1208 break;
1209 videotrack->fourcc = num; 1209 videotrack->fourcc = num;