From 0aa83d8efcf477675669569b037f291464c4f146 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 10 Apr 2014 10:01:07 +0000 Subject: Re #1758: Initial implementation of OpenH264 wrapper. Supports: - library detection via autoconf - CBP - packetization modes: 0, 1 - key frame request and indication - obey remote's fmtp Also added video codec test in samples (similar to the one in pjmedia test though). And there are some fixes here and there too (e.g. in vid_codec_util.c). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4815 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/build/Samples.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip-apps/build/Samples.mak') diff --git a/pjsip-apps/build/Samples.mak b/pjsip-apps/build/Samples.mak index 6ec7f191..d8769ff1 100644 --- a/pjsip-apps/build/Samples.mak +++ b/pjsip-apps/build/Samples.mak @@ -45,6 +45,7 @@ SAMPLES := auddemo \ streamutil \ strerror \ tonegen \ + vid_codec_test \ vid_streamutil PJSUA2_SAMPLES := pjsua2_demo -- cgit v1.2.3