We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbc87e commit 7e3e9f3Copy full SHA for 7e3e9f3
src/zm_stream.cpp
@@ -73,7 +73,7 @@ bool StreamBase::initContexts(int p_width, int p_height, AVPixelFormat format, u
73
*/
74
mJpegCodecContext->time_base= (AVRational) {1,25};
75
mJpegCodecContext->pix_fmt = AV_PIX_FMT_YUVJ420P;
76
- Debug(1, "initting to %dx%d qcompress %f", p_width, p_height, quality/100.0);
+ Debug(1, "initting to %dx%d qcompress %f format %d", p_width, p_height, quality/100.0, mJpegCodecContext->pix_fmt);
77
78
if (avcodec_open2(mJpegCodecContext, mJpegCodec, NULL) < 0) {
79
Error("Could not open mjpeg codec");
0 commit comments