Browse Source

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>
tags/n1.0
Philip Langdale 13 years ago
parent
commit
82de3e16a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/movtextenc.c

+ 1
- 1
libavcodec/movtextenc.c View File

@@ -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"



Loading…
Cancel
Save