Move debug comment about opening audio codec into the part where the audio codec is opened
parent
306e9a75ee
commit
7f4deef4a9
|
@ -567,10 +567,9 @@ int FfmpegCamera::OpenFfmpeg() {
|
||||||
#endif
|
#endif
|
||||||
Fatal( "Unable to open codec for video stream from %s", mPath.c_str() );
|
Fatal( "Unable to open codec for video stream from %s", mPath.c_str() );
|
||||||
}
|
}
|
||||||
|
Debug ( 1, "Opened audio codec" );
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug ( 1, "Opened audio codec" );
|
|
||||||
|
|
||||||
// Allocate space for the native video frame
|
// Allocate space for the native video frame
|
||||||
mRawFrame = zm_av_frame_alloc();
|
mRawFrame = zm_av_frame_alloc();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue