summaryrefslogtreecommitdiffstats
path: root/src/multimediakit/video/qvideosurfaceformat.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-09-22 15:03:51 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-22 08:10:49 +0200
commit91ae6f5e9408fdccba509a9af21127ee8a54a07b (patch)
treeb7be1026570272aa47887865f715498bfd8c30f7 /src/multimediakit/video/qvideosurfaceformat.cpp
parent8b5c31c5c627b69f9390eec798bb5157147fc02a (diff)
Clean some doc warnings.
Change-Id: I9cadc589a02bbc4804d2d21ab30752af375ef89c Reviewed-on: http://codereview.qt-project.org/5348 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
Diffstat (limited to 'src/multimediakit/video/qvideosurfaceformat.cpp')
-rw-r--r--src/multimediakit/video/qvideosurfaceformat.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/multimediakit/video/qvideosurfaceformat.cpp b/src/multimediakit/video/qvideosurfaceformat.cpp
index da27b5f41..4d198e186 100644
--- a/src/multimediakit/video/qvideosurfaceformat.cpp
+++ b/src/multimediakit/video/qvideosurfaceformat.cpp
@@ -142,9 +142,6 @@ public:
A video surface presents a stream of video frames. The surface's format describes the type of
the frames and determines how they should be presented.
- XXX Why do I care
- XXX why isn't it videostreamformat then?
-
The core properties of a video stream required to setup a video surface are the pixel format
given by pixelFormat(), and the frame dimensions given by frameSize().