lavfi/avfilter.h: reorganize headers disposition
Group lavfi headers together, slightly improve readability.
This commit is contained in:
parent
bec21ce7f4
commit
8a3544149f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue