quick fix quick typo

This commit is contained in:
Peter Schlaile 2006-02-06 00:20:31 +00:00
parent f1a1aad0e9
commit d477ee95c8

@ -551,7 +551,7 @@ static int startffmpeg(struct anim * anim) {
pCodecCtx->workaround_bugs = 1;
pCodecCtx->lowres = 0;
pCodecCtx->idct_algo= FF_IDCT_AUTO;
#if FFMPEG_HAVE_SKIP_FRAME
#ifdef FFMPEG_HAVE_SKIP_FRAME
pCodecCtx->skip_frame= AVDISCARD_DEFAULT;
#endif
pCodecCtx->skip_idct= AVDISCARD_DEFAULT;