From d086bf432535776b4b1f18778f40faa3734de430 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Jan 2005 13:51:02 +0000 Subject: [PATCH] Compilation fixes for MSVC. Patch by Steve Lhomme --- common.vcproj | 6 ++++++ src/extract/tracks.cpp | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/common.vcproj b/common.vcproj index 4e7e40e48..7816d4d92 100644 --- a/common.vcproj +++ b/common.vcproj @@ -182,6 +182,12 @@ + + + + TrackNum()); if ((track == NULL) || !track->in_use){ delete block; @@ -789,11 +794,6 @@ handle_data(KaxBlock *block, break; case FILE_TYPE_SSA: - static const char *kax_ssa_fields[10] = { - "readorder", "layer", "style", "name", "marginl", "marginr", - "marginv", "effect", "text", NULL - }; - if ((end == start) && !track->warning_printed) { mxwarn(_("Subtitle track %lld is missing some duration elements. " "Please check the resulting SSA/ASS file for entries that "