Skip to content

Commit 5d29f23

Browse files
remove print message
1 parent 52713ee commit 5d29f23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AvTranscoder/InputFile.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ InputFile::InputFile( const std::string& filename )
2929
: m_formatContext ( NULL )
3030
, m_filename ( filename )
3131
{
32-
std::cout << "opening file " << m_filename << std::endl;
33-
3432
av_register_all(); // Warning: should be called only once
3533
if( avformat_open_input( &m_formatContext, m_filename.c_str(), NULL, NULL ) < 0 )
3634
{

0 commit comments

Comments
 (0)