FS-9056 #resolve [Mobile H.264 video is black]

This commit is contained in:
Anthony Minessale 2016-04-12 20:01:59 -05:00
parent 71cd9887c1
commit 0462026b39
1 changed files with 3 additions and 0 deletions

View File

@ -767,6 +767,9 @@ static switch_status_t consume_h264_bitstream(h264_codec_context_t *context, swi
if (pkt->size > 0) av_packet_unref(pkt);
switch_clear_flag(frame, SFF_CNG);
frame->m = 1;
return SWITCH_STATUS_SUCCESS;
}