]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpeg_parser.c
CMOV-ify vp56 arithcoder
[ffmpeg] / libavcodec / mjpeg_parser.c
index a25f449d03675e31e1d1063b7fa01f8cd5b817e6..b1848fac519a419229f36bda58afd195ab2300fe 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * @file libavcodec/mjpeg_parser.c
+ * @file
  * MJPEG parser.
  */
 
@@ -71,9 +71,9 @@ static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
 }
 
 static int jpeg_parse(AVCodecParserContext *s,
-                           AVCodecContext *avctx,
-                           const uint8_t **poutbuf, int *poutbuf_size,
-                           const uint8_t *buf, int buf_size)
+                      AVCodecContext *avctx,
+                      const uint8_t **poutbuf, int *poutbuf_size,
+                      const uint8_t *buf, int buf_size)
 {
     ParseContext *pc = s->priv_data;
     int next;