Skip to content

Commit aa434a8

Browse files
MarcAntoine-Arnaudvalnoel
authored andcommitted
pass copy to private
1 parent 8eee769 commit aa434a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/codec/ICodec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ enum ECodecType
2525
class AvExport ICodec
2626
{
2727
private:
28+
ICodec(const ICodec& iCodec);
2829
ICodec& operator=(const ICodec& iCodec);
2930

3031
public:
31-
ICodec(const ICodec& iCodec);
3232
ICodec(const ECodecType type, const std::string& codecName);
3333
ICodec(const ECodecType type, const AVCodecID codecId);
3434
ICodec(const ECodecType type, AVCodecContext& avCodecContext);

0 commit comments

Comments
 (0)