mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-8130 running out of witty commit msgs
This commit is contained in:
@@ -743,7 +743,7 @@ static switch_status_t switch_h264_control(switch_codec_t *codec,
|
||||
h264_codec_context_t *context = (h264_codec_context_t *)codec->private_info;
|
||||
|
||||
switch(cmd) {
|
||||
case SCC_VIDEO_REFRESH:
|
||||
case SCC_VIDEO_GEN_KEYFRAME:
|
||||
context->need_key_frame = 1;
|
||||
break;
|
||||
case SCC_VIDEO_BANDWIDTH:
|
||||
|
@@ -960,7 +960,7 @@ static switch_status_t switch_vpx_control(switch_codec_t *codec,
|
||||
}
|
||||
}
|
||||
break;
|
||||
case SCC_VIDEO_REFRESH:
|
||||
case SCC_VIDEO_GEN_KEYFRAME:
|
||||
context->need_key_frame = 1;
|
||||
break;
|
||||
case SCC_VIDEO_BANDWIDTH:
|
||||
|
Reference in New Issue
Block a user