Commit 30f35bee authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

mkv: remove unmatche #endif introduced [b870bc9d]

parent d3c449f2
......@@ -1040,7 +1040,7 @@ bool matroska_segment_c::Select( mtime_t i_start_time )
*(p_extra++) = pi_size[i] & 0xFF;
memcpy( p_extra, tracks[i_track]->p_extra_data + i_offset + i_extra-1,
pi_size[i] );
#endif
p_extra += pi_size[i];
i_extra += pi_size[i];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment