comparison dll_init.c @ 469:434889ca2340

ehh typo...
author arpi_esp
date Mon, 16 Apr 2001 03:01:46 +0000
parents e53a9edbee98
children 2bb59b7c748a
comparison
equal deleted inserted replaced
468:4b91c9120d6a 469:434889ca2340
243 printf("not enough memory for decoded picture buffer (%d bytes)\n", sh_video->o_bih.biSizeImage); 243 printf("not enough memory for decoded picture buffer (%d bytes)\n", sh_video->o_bih.biSizeImage);
244 return 0; 244 return 0;
245 } 245 }
246 246
247 if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK) 247 if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK)
248 sh_video->o_bih.biCompression = mmioFOURCC('Y','U','Y','2'); 248 sh_video->o_bih.biCompression = outfmt;
249 249
250 // avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!! 250 // avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!!
251 251
252 if(verbose) printf("VIDEO CODEC Init OK!!! ;-)\n"); 252 if(verbose) printf("VIDEO CODEC Init OK!!! ;-)\n");
253 return 1; 253 return 1;