Browse Source

lavfi/avfilter.h: reorganize headers disposition

Group lavfi headers together, slightly improve readability.
tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
8a3544149f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/avfilter.h

+ 2
- 2
libavfilter/avfilter.h View File

@@ -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…
Cancel
Save