Browse Source

Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'

The commit has already been split and commited, this merge is just for metadata.
What has not been merged is the removial of some start/end_frame / draw_slice
related functions that are still in use. They can be removed once they are
unused.

* commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666':
  lavfi: merge start_frame/draw_slice/end_frame

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
87b9dc0982
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      libavfilter/af_ashowinfo.c
  2. +3
    -0
      libavfilter/avfilter.c

+ 1
- 0
libavfilter/af_ashowinfo.c View File

@@ -35,6 +35,7 @@

#include "audio.h"
#include "avfilter.h"
#include "internal.h"

typedef struct AShowInfoContext {
/**


+ 3
- 0
libavfilter/avfilter.c View File

@@ -23,9 +23,12 @@
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/rational.h"
#include "libavutil/samplefmt.h"

#include "audio.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"


Loading…
Cancel
Save