Browse Source

Merge commit 'd23fc8846d255e31896453136b4c77bc6d5e873f'

* commit 'd23fc8846d255e31896453136b4c77bc6d5e873f':
  filtfmts: remove unused lavf include

A include for channel_layout.h, is added otherwise compile would break

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
6ca0a976b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/filtfmts.c

+ 1
- 1
libavfilter/filtfmts.c View File

@@ -20,7 +20,7 @@

#include <stdio.h>

#include "libavformat/avformat.h"
#include "libavutil/channel_layout.h"
#include "libavutil/pixdesc.h"
#include "libavutil/samplefmt.h"
#include "libavfilter/avfilter.h"


Loading…
Cancel
Save