comparison flicvideo.c @ 4627:e112ff86e261 libavcodec

typo: unkown->unknown
author alex
date Wed, 07 Mar 2007 00:27:23 +0000
parents 956ccc32d4e9
children 66ef3690d108
comparison
equal deleted inserted replaced
4626:d25576b9b50c 4627:e112ff86e261
113 case 24 : avctx->pix_fmt = PIX_FMT_BGR24; /* Supposedly BGR, but havent any files to test with */ 113 case 24 : avctx->pix_fmt = PIX_FMT_BGR24; /* Supposedly BGR, but havent any files to test with */
114 av_log(avctx, AV_LOG_ERROR, "24Bpp FLC/FLX is unsupported due to no test files.\n"); 114 av_log(avctx, AV_LOG_ERROR, "24Bpp FLC/FLX is unsupported due to no test files.\n");
115 return -1; 115 return -1;
116 break; 116 break;
117 default : 117 default :
118 av_log(avctx, AV_LOG_ERROR, "Unkown FLC/FLX depth of %d Bpp is unsupported.\n",depth); 118 av_log(avctx, AV_LOG_ERROR, "Unknown FLC/FLX depth of %d Bpp is unsupported.\n",depth);
119 return -1; 119 return -1;
120 } 120 }
121 121
122 s->frame.data[0] = NULL; 122 s->frame.data[0] = NULL;
123 s->new_palette = 0; 123 s->new_palette = 0;