mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
Merge commit 'ec6c1b1d832ec3261cc3faf93a18d7b2a84883c6'
* commit 'ec6c1b1d832ec3261cc3faf93a18d7b2a84883c6': mpeg12decdata: Remove unused #define Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
89f4812cda
@ -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