mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 22:19:17 +00:00
correcter mpeg4 headers
Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3cef52271d
commit
41773b735e
5 changed files with 139 additions and 17 deletions
|
@ -27,6 +27,12 @@
|
|||
#define MB_TYPE_B_BACKW 2
|
||||
#define MB_TYPE_B_FORW 3
|
||||
|
||||
#define VOS_STARTCODE 0x1B0
|
||||
#define USER_DATA_STARTCODE 0x1B2
|
||||
#define GOP_STARTCODE 0x1B3
|
||||
#define VISUAL_OBJ_STARTCODE 0x1B5
|
||||
#define VOP_STARTCODE 0x1B6
|
||||
|
||||
/* dc encoding for mpeg4 */
|
||||
const UINT8 DCtab_lum[13][2] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue