FS-7500: initial idea to decode video in core

This commit is contained in:
Seven Du
2013-09-25 02:39:29 +08:00
committed by Michael Jerris
parent 416745e2cd
commit 998d933671
6 changed files with 52 additions and 15 deletions

View File

@@ -104,8 +104,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
goto done;
}
switch_assert(*frame != NULL);
if (switch_test_flag(*frame, SFF_CNG)) {
status = SWITCH_STATUS_SUCCESS;
goto done;