comparison flicvideo.c @ 6488:ecbe9565dcae libavcodec

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents b854bbb8ded9
children 48759bfbd073
comparison
equal deleted inserted replaced
6487:8f1b27d73a07 6488:ecbe9565dcae
481 stream_ptr += 2; 481 stream_ptr += 2;
482 482
483 switch (chunk_type) { 483 switch (chunk_type) {
484 case FLI_256_COLOR: 484 case FLI_256_COLOR:
485 case FLI_COLOR: 485 case FLI_COLOR:
486 /* For some reason, it seems that non-paletised flics do include one of these */ 486 /* For some reason, it seems that non-palettized flics do
487 /* chunks in their first frame. Why i do not know, it seems rather extraneous */ 487 * include one of these chunks in their first frame.
488 * Why I do not know, it seems rather extraneous. */
488 /* av_log(avctx, AV_LOG_ERROR, "Unexpected Palette chunk %d in non-paletised FLC\n",chunk_type);*/ 489 /* av_log(avctx, AV_LOG_ERROR, "Unexpected Palette chunk %d in non-paletised FLC\n",chunk_type);*/
489 stream_ptr = stream_ptr + chunk_size - 6; 490 stream_ptr = stream_ptr + chunk_size - 6;
490 break; 491 break;
491 492
492 case FLI_DELTA: 493 case FLI_DELTA: