Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ds/frameRate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ const int FrameRate::k23dot98 = dsVIDEO_FRAMERATE_23dot98;
const int FrameRate::k29dot97 = dsVIDEO_FRAMERATE_29dot97;
const int FrameRate::k50 = dsVIDEO_FRAMERATE_50;
const int FrameRate::k59dot94 = dsVIDEO_FRAMERATE_59dot94;
Comment thread
yuvaramachandran-gurusamy marked this conversation as resolved.
const int FrameRate::k59 = dsVIDEO_FRAMERATE_59;
const int FrameRate::k23 = dsVIDEO_FRAMERATE_23;
const int FrameRate::kMax = dsVIDEO_FRAMERATE_MAX;

const FrameRate & FrameRate::getInstance(int id)
Expand Down
2 changes: 0 additions & 2 deletions ds/include/frameRate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class FrameRate : public DSConstant {
static const int k29dot97; //!< Indicates video frame rate of 29.97 fps.
static const int k50; //!< Indicates video frame rate of 50 fps.
static const int k59dot94; //!< Indicates video frame rate of 59.94 fps.
Comment thread
yuvaramachandran-gurusamy marked this conversation as resolved.
static const int k59; //!< Indicates video frame rate of 59 fps.
static const int k23; //!< Indicates video frame rate of 23 fps.
static const int kMax; //!< Indicates maximum number of frame rates supported.

static const FrameRate & getInstance(int id);
Expand Down
Loading