comparison matroskadec.c @ 2804:c89e331851f3 libavformat

cosmetics: comment spelling fixes
author diego
date Mon, 03 Dec 2007 13:01:53 +0000
parents d52c718e83f9
children 888d5439eac6
comparison
equal deleted inserted replaced
2803:dc492c84a747 2804:c89e331851f3
1197 } 1197 }
1198 videotrack->ar_mode = num; 1198 videotrack->ar_mode = num;
1199 break; 1199 break;
1200 } 1200 }
1201 1201
1202 /* colourspace (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_VIDEOCOLOURSPACE: {
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)