Skip to content

Commit 319af3c

Browse files
committed
IDecoder: fix constructor definition
1 parent 83d6565 commit 319af3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/decoder/IDecoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace avtranscoder
1111
class AvExport IDecoder
1212
{
1313
protected:
14-
IDecoder::IDecoder()
14+
IDecoder()
1515
: _decoded_frames_counter(0)
1616
{
1717
}

0 commit comments

Comments
 (0)