diff --git a/src/zm_mpeg.cpp b/src/zm_mpeg.cpp index 8f367a90c..ba4251103 100644 --- a/src/zm_mpeg.cpp +++ b/src/zm_mpeg.cpp @@ -483,7 +483,7 @@ double VideoStream::ActuallyEncodeFrame( const uint8_t *buffer, int buffer_size, pkt->flags |= AV_PKT_FLAG_KEY; pkt->stream_index = ost->index; pkt->data = (uint8_t *)opicture_ptr; - pkt->size = sizeof (AVPicture); + pkt->size = 8 + 4; got_packet = 1; } else { opicture_ptr->pts = codec_context->frame_number;