mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
mpeg12decdata: Remove unused #define
This commit is contained in:
parent
c591d4575a
commit
ec6c1b1d83
@ -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…
Reference in New Issue
Block a user