Skip to content

Commit 69a9d1a

Browse files
committed
typo
1 parent 2b55315 commit 69a9d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DelogoHD/wrapper/avs_filter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AVSFilter : public IClip {
5454

5555
int stride(PVideoFrame frame, int plane) const { return frame->GetPitch(plane); }
5656
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); }\
57+
int height(PVideoFrame frame, int plane) const { return frame->GetHeight(plane); }
5858
int width () const { return vi.width; }
5959
int height() const { return vi.height; }
6060
int depth () const { return bit_per_channel; }

0 commit comments

Comments
 (0)