From 172bed23246625c90ad5e9e144d193d7f860172e Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sat, 1 Apr 2006 14:46:13 +0000 Subject: [PATCH] Fixed bug with PRS encoder and multiple lines per frame Originally committed to SVN as r283. --- core/subtitle_format_prs.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/subtitle_format_prs.cpp b/core/subtitle_format_prs.cpp index c19b9b00c..57c8b7877 100644 --- a/core/subtitle_format_prs.cpp +++ b/core/subtitle_format_prs.cpp @@ -157,6 +157,7 @@ void PRSSubtitleFormat::WriteFile(wxString filename,wxString encoding) { // Add each sub-image to file int nrects = rects.size(); + int useFrameN; for (int i=0;i