Commit 89f4812c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ec6c1b1d'

* commit 'ec6c1b1d':
  mpeg12decdata: Remove unused #define
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b7a02509 ec6c1b1d
......@@ -33,7 +33,6 @@
#define MB_TYPE_ZERO_MV 0x20000000
#define IS_ZERO_MV(a) ((a)&MB_TYPE_ZERO_MV)
static const uint8_t table_mb_ptype[7][2] = {
{ 3, 5 }, // 0x01 MB_INTRA
......
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