comparison gxf.c @ 2560:bc13220fb9cd libavformat

cosmetics: typo
author diego
date Wed, 19 Sep 2007 21:28:42 +0000
parents 47f5906c30cc
children d52c718e83f9
comparison
equal deleted inserted replaced
2559:c57d3d6c8f44 2560:bc13220fb9cd
149 return s->nb_streams - 1; 149 return s->nb_streams - 1;
150 } 150 }
151 151
152 /** 152 /**
153 * \brief filters out interesting tags from material information. 153 * \brief filters out interesting tags from material information.
154 * \param len lenght of tag section, will be adjusted to contain remaining bytes 154 * \param len length of tag section, will be adjusted to contain remaining bytes
155 * \param si struct to store collected information into 155 * \param si struct to store collected information into
156 */ 156 */
157 static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) { 157 static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) {
158 si->first_field = AV_NOPTS_VALUE; 158 si->first_field = AV_NOPTS_VALUE;
159 si->last_field = AV_NOPTS_VALUE; 159 si->last_field = AV_NOPTS_VALUE;