comparison DOCS/tech/mpcf.txt @ 12365:dc05db3f172f

additional start_code rule (implemenattion does this since a long time already)
author michael
date Fri, 30 Apr 2004 22:53:59 +0000
parents 80036bf4a9f5
children 39974ab6ec8a
comparison
equal deleted inserted replaced
12364:cfd1b419dbcd 12365:dc05db3f172f
232 0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48) 232 0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48)
233 stream_starcode 233 stream_starcode
234 0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48) 234 0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48)
235 frame_startcode 235 frame_startcode
236 0xE4ADEECA4569ULL + (((uint64_t)('N'<<8) + 'K')<<48) 236 0xE4ADEECA4569ULL + (((uint64_t)('N'<<8) + 'K')<<48)
237 frame_startcodes MUST be placed immedeatly before a keyframe if the
238 previous frame of the same stream was a non-keyframe
239
237 index_startcode 240 index_startcode
238 0xDD672F23E64EULL + (((uint64_t)('N'<<8) + 'X')<<48) 241 0xDD672F23E64EULL + (((uint64_t)('N'<<8) + 'X')<<48)
239 info_startcode 242 info_startcode
240 0xAB68B596BA78ULL + (((uint64_t)('N'<<8) + 'I')<<48) 243 0xAB68B596BA78ULL + (((uint64_t)('N'<<8) + 'I')<<48)
241 244