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:
authorPhilip Langdale <philipl@overt.org>2012-08-04 23:19:46 +0400
committerPhilip Langdale <philipl@overt.org>2012-08-04 23:21:09 +0400
commit82de3e16a8aac7607a1e37f0ad61a5a51238e2ac (patch)
treedb945ee485db0489ae92984379dabbc035f71241 /libavcodec/movtextenc.c
parent7b24be557fda34a1dc7e67d6c9f835cc4103e07e (diff)
movtextenc: Remove dangling reference to movtext.h
This is a reference that leaked in from my future work to support styling. Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'libavcodec/movtextenc.c')
-rw-r--r--libavcodec/movtextenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c
index 027efd5752..d98f499f3c 100644
--- a/libavcodec/movtextenc.c
+++ b/libavcodec/movtextenc.c
@@ -21,8 +21,8 @@
#include <stdarg.h>
#include "avcodec.h"
-#include "movtext.h"
#include "libavutil/avstring.h"
+#include "libavutil/intreadwrite.h"
#include "ass_split.h"
#include "ass.h"