mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
h264: Clean up #includes
This commit is contained in:
@@ -25,14 +25,22 @@
|
||||
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||
*/
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
#include "parser.h"
|
||||
#include "h264data.h"
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/avutil.h"
|
||||
#include "libavutil/error.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/pixfmt.h"
|
||||
|
||||
#include "get_bits.h"
|
||||
#include "golomb.h"
|
||||
#include "h264.h"
|
||||
#include "h264data.h"
|
||||
#include "internal.h"
|
||||
#include "mpegutils.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include "parser.h"
|
||||
|
||||
typedef struct H264ParseContext {
|
||||
H264Context h;
|
||||
|
||||
Reference in New Issue
Block a user