We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b55315 commit 69a9d1aCopy full SHA for 69a9d1a
1 file changed
DelogoHD/wrapper/avs_filter.hpp
@@ -54,7 +54,7 @@ class AVSFilter : public IClip {
54
55
int stride(PVideoFrame frame, int plane) const { return frame->GetPitch(plane); }
56
int width (PVideoFrame frame, int plane) const { return frame->GetRowSize(plane) / byte_per_channel; }
57
- int height(PVideoFrame frame, int plane) const { return frame->GetHeight(plane); }\
+ int height(PVideoFrame frame, int plane) const { return frame->GetHeight(plane); }
58
int width () const { return vi.width; }
59
int height() const { return vi.height; }
60
int depth () const { return bit_per_channel; }
0 commit comments