lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h

This commit is contained in:
Stefano Sabatini
2011-05-26 19:11:25 +02:00
parent e48993e3cf
commit 6b899e16de
20 changed files with 19 additions and 21 deletions

View File

@ -38,8 +38,8 @@
*/
#include <alsa/asoundlib.h>
#include "libavformat/avformat.h"
#include "avdevice.h"
#include "alsa-audio.h"
static av_cold int audio_write_header(AVFormatContext *s1)