changeset 33292:91464ba53528

cometics / align str2AVDiscard()
author michael
date Thu, 05 May 2011 15:54:35 +0000
parents 0a865c5a1a7c
children 00a8d85deb92
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 &&