Skip to content

Commit 50843b9

Browse files
author
Clement Champetier
committed
Common: fix variable used after null check
Warning from Coverity Scan.
1 parent d196115 commit 50843b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AvTranscoder/common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ void ParamSet::set( const std::string& key, const std::string& flag, const bool
2727

2828
if( ! flagOpt )
2929
{
30-
std::cout << flag << std::endl << " : " << flagOpt->default_val.i64 << std::endl;
3130
throw std::runtime_error( "unknown flag " + flag );
3231
}
3332

0 commit comments

Comments
 (0)