]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ass_split.h
Merge commit '441e8ae5efd681055e5af6f4317fb60110de9dd0'
[ffmpeg] / libavcodec / ass_split.h
index c9122526c01ece2a24952efdf01ba5e3ec1f2f24..defb5ccd7451ea12fc0132df8baa4e203fee3284 100644 (file)
@@ -103,7 +103,7 @@ typedef struct ASSSplitContext ASSSplitContext;
  * Split a full ASS file or a ASS header from a string buffer and store
  * the split structure in a newly allocated context.
  *
- * @param buf String containing the ASS formated data.
+ * @param buf String containing the ASS formatted data.
  * @return Newly allocated struct containing split data.
  */
 ASSSplitContext *ff_ass_split(const char *buf);