FS-7500: refactoring

This commit is contained in:
Anthony Minessale
2014-12-03 20:34:49 -06:00
parent ed3cd561f7
commit 4ba3254523
16 changed files with 57 additions and 43 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ static switch_status_t switch_h264_decode(switch_codec_t *codec, switch_frame_t
switch_goto_status(SWITCH_STATUS_RESTART, end);
}
}
//switch_set_flag(frame, SFF_USE_VIDEO_TIMESTAMP);
switch_buffer_zero(context->nalu_buffer);
status = SWITCH_STATUS_SUCCESS;
}