comparison libmpdemux/muxer_avi.c @ 18958:a8e681ad7c90

Remove unused variables, patch by Stefan Huehner stefan at huehner org.
author diego
date Sat, 08 Jul 2006 17:28:36 +0000
parents 4928dd61f136
children 81714f6e2cb5
comparison
equal deleted inserted replaced
18957:6c152efde368 18958:a8e681ad7c90
272 unsigned int hdrsize; 272 unsigned int hdrsize;
273 muxer_info_t info[16]; 273 muxer_info_t info[16];
274 FILE *f = muxer->file; 274 FILE *f = muxer->file;
275 VideoPropHeader vprp; 275 VideoPropHeader vprp;
276 uint32_t aspect = avi_aspect(muxer->def_v); 276 uint32_t aspect = avi_aspect(muxer->def_v);
277 off_t pos;
278 struct avi_stream_info *vsi = muxer->def_v->priv; 277 struct avi_stream_info *vsi = muxer->def_v->priv;
279 int isodml = vsi->riffofspos > 0; 278 int isodml = vsi->riffofspos > 0;
280 279
281 mp_msg(MSGT_MUXER, MSGL_INFO, MSGTR_WritingHeader); 280 mp_msg(MSGT_MUXER, MSGL_INFO, MSGTR_WritingHeader);
282 if (aspect == 0) { 281 if (aspect == 0) {