mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/avfilter.h: reorganize headers disposition
Group lavfi headers together, slightly improve readability.
This commit is contained in:
parent
bec21ce7f4
commit
8a3544149f
@ -22,14 +22,14 @@
|
||||
#ifndef AVFILTER_AVFILTER_H
|
||||
#define AVFILTER_AVFILTER_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "libavutil/avutil.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/samplefmt.h"
|
||||
#include "libavutil/pixfmt.h"
|
||||
#include "libavutil/rational.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "libavfilter/version.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user