Mercurial > mplayer.hg
changeset 24143:09cdda17770f
Remove redundant variable declaration.
author | diego |
---|---|
date | Sat, 25 Aug 2007 11:59:28 +0000 |
parents | 931b5401fa01 |
children | f12dd4085c89 |
files | libmpcodecs/dec_video.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c Sat Aug 25 09:46:47 2007 +0000 +++ b/libmpcodecs/dec_video.c Sat Aug 25 11:59:28 2007 +0000 @@ -327,8 +327,6 @@ return 1; // success } -extern int vo_directrendering; - void *decode_video(sh_video_t *sh_video, unsigned char *start, int in_size, int drop_frame, double pts) {