mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
h264: Clean up #includes
This commit is contained in:
parent
704a397697
commit
02cd8bb9cb
@ -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;
|
||||
|
@ -19,13 +19,19 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/ppc/cpu.h"
|
||||
#include "libavutil/ppc/types_altivec.h"
|
||||
#include "libavutil/ppc/util_altivec.h"
|
||||
#include "libavcodec/h264data.h"
|
||||
|
||||
#include "libavcodec/h264.h"
|
||||
#include "libavcodec/h264dsp.h"
|
||||
|
||||
#if HAVE_ALTIVEC && HAVE_BIGENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user