You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/avfilter.h: reorganize headers disposition
Group lavfi headers together, slightly improve readability.
This commit is contained in:
@@ -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"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user