Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-17 06:44:14 +0400
committerClément Bœsch <ubitux@gmail.com>2013-03-17 07:38:28 +0400
commit3313b9cc2d673f7943ce54a8ca4fd533ed03e286 (patch)
tree9a0edb6f32919f9b104aac3e13de6a222056e245 /libavformat/a64.c
parent286153ea48618fd2287a5e26610729c1f9e83793 (diff)
lavc: remove unecessary a64enc include.
Diffstat (limited to 'libavformat/a64.c')
-rw-r--r--libavformat/a64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/a64.c b/libavformat/a64.c
index c672fb698c..786c75cc90 100644
--- a/libavformat/a64.c
+++ b/libavformat/a64.c
@@ -20,7 +20,6 @@
*/
#include "libavcodec/avcodec.h"
-#include "libavcodec/a64enc.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "rawenc.h"