]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpeg_parser.c
mpegaudiodec: move imdct and windowing function to mpegaudiodsp
[ffmpeg] / libavcodec / mjpeg_parser.c
index daa65483cd8705a7f4ac823747e48c9d7e1ef495..5b83e59dcde270179179894c133768243ca2d9bd 100644 (file)
@@ -30,7 +30,7 @@
 
 
 /**
- * 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
  */
 static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){