]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_parser.c
PPC: gas-preprocessor handles m[ft]spr shorthands
[ffmpeg] / libavcodec / dirac_parser.c
index 1dcb8a51d45ece3ac3fc9d01ff75f33dfed0a1f5..e5b9599c7f727912e597176df983c2e14046c03a 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * @file libavcodec/dirac_parser.c
+ * @file
  * Dirac Parser
  * @author Marco Gerards <marco@gnu.org>
  */
@@ -33,7 +33,7 @@
 #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 {