]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_parser.c
Perform minor style fixes.
[ffmpeg] / libavcodec / dirac_parser.c
index c82f0e673d18708f291d50dc76bc7099d8d2cb89..e5b9599c7f727912e597176df983c2e14046c03a 100644 (file)
@@ -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 {