FFmpeg
|
Data Fields | |
MJpegDecodeContext | jpg |
AVFrame * | picture [2] |
AVCodecContext * | avctx |
int | frames_per_jpeg |
int | mjpeg_data_size |
Definition at line 34 of file smvjpegdec.c.
MJpegDecodeContext SMVJpegDecodeContext::jpg |
Definition at line 35 of file smvjpegdec.c.
Referenced by smvjpeg_decode_end(), and smvjpeg_decode_init().
AVFrame* SMVJpegDecodeContext::picture[2] |
Definition at line 36 of file smvjpegdec.c.
Referenced by smvjpeg_decode_end(), smvjpeg_decode_frame(), and smvjpeg_decode_init().
AVCodecContext* SMVJpegDecodeContext::avctx |
Definition at line 37 of file smvjpegdec.c.
Referenced by smvjpeg_decode_end(), smvjpeg_decode_frame(), and smvjpeg_decode_init().
int SMVJpegDecodeContext::frames_per_jpeg |
Definition at line 38 of file smvjpegdec.c.
Referenced by smvjpeg_decode_frame(), and smvjpeg_decode_init().
int SMVJpegDecodeContext::mjpeg_data_size |
Definition at line 39 of file smvjpegdec.c.
Referenced by smvjpeg_decode_frame().