summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
commit6403904ae9ffc67aa04da131c514c84e67a1f5df (patch)
tree74f0ae0f7713dc813c70987638d22f62494f6338 /libmpcodecs/dec_video.c
parentf8b635b46e398c5f9e9dfe600979a76a65e6ac70 (diff)
downloadmpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.bz2
mpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.xz
using -dr instead -vaa_dr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/dec_video.c')
-rw-r--r--libmpcodecs/dec_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c
index 93aac4d9c2..48b622c2fe 100644
--- a/libmpcodecs/dec_video.c
+++ b/libmpcodecs/dec_video.c
@@ -148,7 +148,7 @@ int init_video(sh_video_t *sh_video,char* codecname,int vfm,int status){
return 0;
}
-extern int vaa_use_dr;
+extern int vo_directrendering;
int decode_video(vo_functions_t *video_out,sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame){
mp_image_t *mpi=NULL;