]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_parser.c
add support for files that do not allow more than 4 subframes
[ffmpeg] / libavcodec / dirac_parser.c
index ac82dcabf18b7e87fdd6e71560388eacbea05e60..e5b9599c7f727912e597176df983c2e14046c03a 100644 (file)
  */
 
 /**
- * @file dirac_parser.c
+ * @file
  * Dirac Parser
  * @author Marco Gerards <marco@gnu.org>
  */
 
+#include "libavutil/intreadwrite.h"
 #include "parser.h"
 
 #define DIRAC_PARSE_INFO_PREFIX 0x42424344
 
 /**
- * Finds the end of the current frame in the bitstream.
+ * Find the end of the current frame in the bitstream.
  * @return the position of the first byte of the next frame or -1
  */
 typedef struct DiracParseContext {