Move debug comment about opening audio codec into the part where the audio codec is opened

pull/2077/head
Isaac Connor 2018-01-17 09:21:17 -05:00
parent 306e9a75ee
commit 7f4deef4a9
1 changed files with 1 additions and 2 deletions

View File

@ -567,9 +567,8 @@ int FfmpegCamera::OpenFfmpeg() {
#endif
Fatal( "Unable to open codec for video stream from %s", mPath.c_str() );
}
}
Debug ( 1, "Opened audio codec" );
}
// Allocate space for the native video frame
mRawFrame = zm_av_frame_alloc();