Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa434a8

Browse files
MarcAntoine-Arnaudvalnoel
authored andcommitted
pass copy to private
1 parent8eee769 commitaa434a8

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
classAvExport 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)

[8]ページ先頭

©2009-2025 Movatter.jp