diff options
Diffstat (limited to 'src/demuxers/demux_nsv.c')
-rw-r--r-- | src/demuxers/demux_nsv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/demuxers/demux_nsv.c b/src/demuxers/demux_nsv.c index bb775722e..ca8f5794e 100644 --- a/src/demuxers/demux_nsv.c +++ b/src/demuxers/demux_nsv.c @@ -458,13 +458,10 @@ static int demux_nsv_send_chunk(demux_plugin_t *this_gen) { demux_nsv_t *this = (demux_nsv_t *) this_gen; uint8_t buffer[15]; - off_t current_file_pos; int video_size; int audio_size; int chunk_type; - current_file_pos = this->input->get_current_pos(this->input); - lprintf("dispatching video & audio chunks...\n"); if (this->is_first_chunk) { |