Browse Source

avformat/udp: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.1
Michael Niedermayer 9 years ago
parent
commit
cbd19881f7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/udp.c

+ 0
- 1
libavformat/udp.c View File

@@ -1099,7 +1099,6 @@ static int udp_close(URLContext *h)
#if HAVE_PTHREAD_CANCEL
// Request close once writing is finished
if (s->thread_started && !(h->flags & AVIO_FLAG_READ)) {
int ret;
pthread_mutex_lock(&s->mutex);
s->close_req = 1;
pthread_cond_signal(&s->cond);


Loading…
Cancel
Save