diff options
author | 2016-07-27 09:26:22 +0200 | |
---|---|---|
committer | 2016-07-27 09:26:22 +0200 | |
commit | 4887ce18443a51fd2a861da959082ad346ff4ee2 (patch) | |
tree | f21e5096b569bff399a6e03c09715502ef859c34 /src/lib/util/aviio.cpp | |
parent | 385f433cf4f7c3a2fa6012536a479de6ddddc68a (diff) |
Cleanups and version bump
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r-- | src/lib/util/aviio.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp index 93f5bac1a1c..08fa138a177 100644 --- a/src/lib/util/aviio.cpp +++ b/src/lib/util/aviio.cpp @@ -189,11 +189,11 @@ #define AVI_INDEX_2FIELD 0x01 - /** - * @def AVI_INTEGRAL_MULTIPLE - * - * @brief Ensures the integral multiple of the video dimension, because most video players are not capable to playback a video stream with a lower multiple. - */ + /** + * @def AVI_INTEGRAL_MULTIPLE + * + * @brief Ensures the integral multiple of the video dimension, because most video players are not capable to playback a video stream with a lower multiple. + */ #define AVI_INTEGRAL_MULTIPLE 4 |