comparison libmpcodecs/vd_ffmpeg.c @ 12174:84a3e29c9ec5

.mp4 with lavf support
author michael
date Sun, 11 Apr 2004 20:01:42 +0000
parents 0d8462f0c444
children b6ccdba8bc2d
comparison
equal deleted inserted replaced
12173:90ed68a9cc0b 12174:84a3e29c9ec5
298 sh->format == mmioFOURCC('A','S','V','1') || 298 sh->format == mmioFOURCC('A','S','V','1') ||
299 sh->format == mmioFOURCC('A','S','V','2') || 299 sh->format == mmioFOURCC('A','S','V','2') ||
300 sh->format == mmioFOURCC('V','S','S','H') || 300 sh->format == mmioFOURCC('V','S','S','H') ||
301 sh->format == mmioFOURCC('M','S','Z','H') || 301 sh->format == mmioFOURCC('M','S','Z','H') ||
302 sh->format == mmioFOURCC('Z','L','I','B') || 302 sh->format == mmioFOURCC('Z','L','I','B') ||
303 sh->format == mmioFOURCC('M','P','4','V') ||
303 sh->format == mmioFOURCC('F','L','I','C') 304 sh->format == mmioFOURCC('F','L','I','C')
304 )) 305 ))
305 { 306 {
306 avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER); 307 avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);
307 avctx->extradata = malloc(avctx->extradata_size); 308 avctx->extradata = malloc(avctx->extradata_size);