aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-03-08 21:49:20 -0800
committerPacketVideo CM <engbuild@pv.com>2010-03-08 21:49:20 -0800
commit0386adc2f5abaef2915605b6900d578ed90573a4 (patch)
tree6b5afb7af0efdf022d4c880205863a7ae556ca40 /protocols
parent776ebb97c2efc6cc377df1576f3ca01230281a8d (diff)
downloadopencore-0386adc2f5abaef2915605b6900d578ed90573a4.tar.gz
RIO-8597: Fix problem with using external buffers for OMX encoder for 2way.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_component.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_component.cpp b/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_component.cpp
index f835cc1c6..76f2e3bb1 100644
--- a/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_component.cpp
+++ b/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_component.cpp
@@ -43,7 +43,6 @@
#endif
-
#define PV_2WAY_TSC_WAIT_FOR_OBLC_TIMER_ID "PV_2WAY_TSC_WAIT_FOR_OBLC_TIMER"
#define PV_2WAY_TSC_WAIT_FOR_OBLC_TIMER_INTERVAL 1 /* 1 s */
@@ -2743,7 +2742,7 @@ void TSC_component::MemStats()
#define MPEG4_FSI_LEN 28
const uint8 MPEG4_FSI[MPEG4_FSI_LEN] =
{0x00, 0x00, 0x01, 0xb0, 0x08, 0x00, 0x00, 0x01, 0xb5, 0x09, 0x00, 0x00, 0x01, 0x00,
- 0x00, 0x00, 0x01, 0x20, 0x00, 0x84, 0x5d, 0x4c, 0x28, 0x2c, 0x20, 0x90, 0xa2, 0x8f
+ 0x00, 0x00, 0x01, 0x20, 0x00, 0x84, 0x40, 0xfa, 0x28, 0x2c, 0x20, 0x90, 0xa2, 0x8f
};
/* FSI for H.264 */