| 
    FFmpeg
    
   | 
 
MJPEG parser. More...
#include "parser.h"Go to the source code of this file.
Data Structures | |
| struct | MJPEGParserContext | 
Functions | |
| static int | find_frame_end (MJPEGParserContext *m, const uint8_t *buf, int buf_size) | 
| Find the end of the current frame in the bitstream.  More... | |
| static int | jpeg_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) | 
Variables | |
| AVCodecParser | ff_mjpeg_parser | 
MJPEG parser.
Definition in file mjpeg_parser.c.
      
  | 
  static | 
Find the end of the current frame in the bitstream.
Definition at line 40 of file mjpeg_parser.c.
Referenced by jpeg_parse().
      
  | 
  static | 
Definition at line 102 of file mjpeg_parser.c.
| AVCodecParser ff_mjpeg_parser | 
Definition at line 129 of file mjpeg_parser.c.
 1.8.6