Commit 5bb6fbb3 authored by Michael Niedermayer's avatar Michael Niedermayer

data partitioning

Originally committed as revision 644 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 287229e5
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
#define STATIC_SPRITE 1 #define STATIC_SPRITE 1
#define GMC_SPRITE 2 #define GMC_SPRITE 2
#define MOTION_MARKER 0x1F001
#define DC_MARKER 0x6B001
/* dc encoding for mpeg4 */ /* dc encoding for mpeg4 */
const UINT8 DCtab_lum[13][2] = const UINT8 DCtab_lum[13][2] =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment