This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
spdifenc.c: fix compile because of missing include avio_internal.h.
tags/n0.8
Ronald S. Bultje
15 years ago
parent
e0e46cae37
commit
0f86fcabdf
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/spdifenc.c
+ 1
- 0
libavformat/spdifenc.c
View File
@@ -45,6 +45,7 @@
*/
*/
#include "avformat.h"
#include "avformat.h"
#include "avio_internal.h"
#include "spdif.h"
#include "spdif.h"
#include "libavcodec/ac3.h"
#include "libavcodec/ac3.h"
#include "libavcodec/dca.h"
#include "libavcodec/dca.h"
Write
Preview
Loading…
Cancel
Save