cosmetics: Remove stray empty lines.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28630 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-17 11:29:43 +00:00
parent be8c67909b
commit 687655ff2f
1 changed files with 0 additions and 2 deletions

View File

@ -249,7 +249,6 @@ static int init(sh_video_t *sh){
} }
#endif /* CONFIG_VDPAU */ #endif /* CONFIG_VDPAU */
#if CONFIG_XVMC #if CONFIG_XVMC
if(lavc_codec->capabilities & CODEC_CAP_HWACCEL){ if(lavc_codec->capabilities & CODEC_CAP_HWACCEL){
mp_msg(MSGT_DECVIDEO, MSGL_INFO, MSGTR_MPCODECS_XVMCAcceleratedCodec); mp_msg(MSGT_DECVIDEO, MSGL_INFO, MSGTR_MPCODECS_XVMCAcceleratedCodec);
assert(ctx->do_dr1);//these are must to! assert(ctx->do_dr1);//these are must to!
@ -921,5 +920,4 @@ static enum PixelFormat get_format(struct AVCodecContext *avctx,
} }
return selected_format; return selected_format;
} }
#endif /* CONFIG_XVMC || CONFIG_VDPAU */ #endif /* CONFIG_XVMC || CONFIG_VDPAU */