This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
h264: remove silly macros
They serve no useful purpose and wreak all kind of havoc when h264.h is included elsewhere.
tags/n1.2
Anton Khirnov
12 years ago
parent
ca1fe6c0e6
commit
9782c778a2
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/h264.h
+ 0
- 3
libavcodec/h264.h
View File
@@ -37,9 +37,6 @@
#include "h264qpel.h"
#include "rectangle.h"
#define interlaced_dct interlaced_dct_is_a_bad_name
#define mb_intra mb_intra_is_not_initialized_see_mb_type
#define MAX_SPS_COUNT 32
#define MAX_PPS_COUNT 256
Write
Preview
Loading…
Cancel
Save