# HG changeset patch # User michael # Date 1304610875 0 # Node ID 91464ba53528986ad311b0ef87cecb18ca2870e5 # Parent 0a865c5a1a7c86909bcc2467ee0780a95fbf1f61 cometics / align str2AVDiscard() diff -r 0a865c5a1a7c -r 91464ba53528 libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Thu May 05 15:43:00 2011 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Thu May 05 15:54:35 2011 +0000 @@ -343,8 +343,8 @@ avctx->lowres = lavc_param_lowres; } avctx->skip_loop_filter = str2AVDiscard(lavc_param_skip_loop_filter_str); - avctx->skip_idct = str2AVDiscard(lavc_param_skip_idct_str); - avctx->skip_frame = str2AVDiscard(lavc_param_skip_frame_str); + avctx->skip_idct = str2AVDiscard(lavc_param_skip_idct_str); + avctx->skip_frame = str2AVDiscard(lavc_param_skip_frame_str); if(lavc_avopt){ if (parse_avopts(avctx, lavc_avopt) < 0 &&