summaryrefslogtreecommitdiffstats
path: root/codecctrl.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-15 19:38:34 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-15 19:38:34 +0000
commitd9f508424368895842f5dc783d57636fcdfb3fb1 (patch)
tree12b51358fa0ccee41f255f8b9dea1cb7f2e98c82 /codecctrl.c
parent891f664f7de04112d5a3f8aef50a2386fbc5adda (diff)
downloadmpv-d9f508424368895842f5dc783d57636fcdfb3fb1.tar.bz2
mpv-d9f508424368895842f5dc783d57636fcdfb3fb1.tar.xz
small code cleanup, removed unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@110 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codecctrl.c')
-rw-r--r--codecctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codecctrl.c b/codecctrl.c
index 756428d8b5..21517f23e8 100644
--- a/codecctrl.c
+++ b/codecctrl.c
@@ -136,7 +136,6 @@ void mpeg_codec_controller(vo_functions_t *video_out){
//printf("codec: connection synced\n");
while(1){
- int num_frames;
int len=0;
int len2;
send_cmd(control_fifo2,0x3030303);