]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 2 Feb 2012 22:15:39 +0000 (22:15 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 2 Feb 2012 22:15:39 +0000 (22:15 +0000)
core/video_format.h

index c027cdaa663568f6b8cac977733e805a06911e14..b6ae651ba57d0d55f549e914bac108faee2d6762 100644 (file)
@@ -68,18 +68,18 @@ typedef enum_class<field_mode_def> field_mode;
 \r
 struct video_format_desc sealed\r
 {\r
-       video_format            format;         // video output format\r
+       video_format            format;         \r
 \r
-       int                                     width;          // output frame width\r
-       int                                     height;         // output frame height\r
+       int                                     width;          \r
+       int                                     height;         \r
        int                                     square_width;\r
        int                                     square_height;\r
        field_mode                      field_mode;     // progressive, interlaced upper field first, interlaced lower field first\r
-       double                          fps;            // actual framerate, e.g. i50 = 25 fps, p50 = 50 fps\r
+       double                          fps;            // actual framerate = duration/time_scale, e.g. i50 = 25 fps, p50 = 50 fps\r
        int                                     time_scale;\r
        int                                     duration;\r
        int                                     field_count;\r
-       int                                     size;           // output frame size in bytes \r
+       int                                     size;           // frame size in bytes \r
        std::wstring            name;           // name of output format\r
 \r
        int                                     audio_sample_rate;\r