h263.cpp break statement missing
SIP Video Multiconference Media Server with WebRTC support.
Brought to you by:
murillo128
In following file
https://sourceforge.net/p/mcumediaserver/code/HEAD/tree/trunk/mcu/src/h263/h263.cpp#l497
In following function
bool H263RFC2190Paquetizer::PaquetizeFrame(VideoFrame *frame)
case 0x01:
//SQCIF
width = 160;
height = 120;
Here break statement is missing
Anonymous
Thanxs! fixed on new repo: https://github.com/medooze/media-server