comparison libmpdemux/aviheader.c @ 15738:a0b807d489bc

memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com
author henry
date Thu, 16 Jun 2005 19:04:09 +0000
parents 35001ce5b853
children dfbe8cd0e081
comparison
equal deleted inserted replaced
15737:0c3939433cef 15738:a0b807d489bc
330 } 330 }
331 if (sh_video) { 331 if (sh_video) {
332 sh_video->aspect = GET_AVI_ASPECT(vprp->dwFrameAspectRatio); 332 sh_video->aspect = GET_AVI_ASPECT(vprp->dwFrameAspectRatio);
333 } 333 }
334 if(verbose>=1) print_vprp(vprp); 334 if(verbose>=1) print_vprp(vprp);
335 free(vprp);
335 break; 336 break;
336 } 337 }
337 case mmioFOURCC('d', 'm', 'l', 'h'): { 338 case mmioFOURCC('d', 'm', 'l', 'h'): {
338 // dmlh 00 00 00 04 frms 339 // dmlh 00 00 00 04 frms
339 unsigned int total_frames = stream_read_dword_le(demuxer->stream); 340 unsigned int total_frames = stream_read_dword_le(demuxer->stream);