Browse Source

mpeg12decdata: Remove unused #define

tags/n2.1
Diego Biurrun 12 years ago
parent
commit
ec6c1b1d83
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mpeg12decdata.h

+ 0
- 1
libavcodec/mpeg12decdata.h View File

@@ -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


Loading…
Cancel
Save