diff libmpcodecs/ad_ffmpeg.c @ 31986:9986a61354e6

Remove duplicated audio_output_channels extern variable declaration. It is already available in dec_audio.h, which is better suited.
author diego
date Wed, 08 Sep 2010 17:38:52 +0000
parents f957f330aa6d
children c08363dc5320
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c	Wed Sep 08 17:31:29 2010 +0000
+++ b/libmpcodecs/ad_ffmpeg.c	Wed Sep 08 17:38:52 2010 +0000
@@ -25,6 +25,7 @@
 #include "help_mp.h"
 
 #include "ad_internal.h"
+#include "dec_audio.h"
 #include "vd_ffmpeg.h"
 #include "libaf/reorder_ch.h"