diff options
Diffstat (limited to 'src/lib/image_subtitle.h')
| -rw-r--r-- | src/lib/image_subtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_subtitle.h b/src/lib/image_subtitle.h index b25943ae1..217f70fb2 100644 --- a/src/lib/image_subtitle.h +++ b/src/lib/image_subtitle.h @@ -31,7 +31,7 @@ public: : image (i) , rectangle (r) {} - + boost::shared_ptr<Image> image; /** Area that the subtitle covers on its corresponding video, expressed in * proportions of the image size; e.g. rectangle.x = 0.5 would mean that |
