spdifenc.c: fix compile because of missing include avio_internal.h.

(cherry picked from commit 0f86fcabdf)
This commit is contained in:
Ronald S. Bultje 2011-02-21 15:46:45 -05:00 committed by Michael Niedermayer
parent 644b66cd4a
commit 51e7c932da
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
*/
#include "avformat.h"
#include "avio_internal.h"
#include "spdif.h"
#include "libavcodec/ac3.h"
#include "libavcodec/dca.h"