[FFmpeg-cvslog] movtextenc: Remove dangling reference to movtext.h

Philip Langdale git at videolan.org
Sat Aug 4 21:21:29 CEST 2012


ffmpeg | branch: master | Philip Langdale <philipl at overt.org> | Sat Aug  4 12:19:46 2012 -0700| [82de3e16a8aac7607a1e37f0ad61a5a51238e2ac] | committer: Philip Langdale

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 at overt.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82de3e16a8aac7607a1e37f0ad61a5a51238e2ac
---

 libavcodec/movtextenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c
index 027efd5..d98f499 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"
 



More information about the ffmpeg-cvslog mailing list