|
FFmpeg
|
#include "avcodec.h"#include "internal.h"#include "mjpeg.h"#include "mjpegdec.h"#include "sp5x.h"Go to the source code of this file.
Functions | |
| int | ff_sp5x_process_packet (AVCodecContext *avctx, AVPacket *avpkt) |
Sunplus JPEG decoder (SP5X).
Definition in file sp5xdec.c.
| int ff_sp5x_process_packet | ( | AVCodecContext * | avctx, |
| AVPacket * | avpkt | ||
| ) |
Definition at line 33 of file sp5xdec.c.
Referenced by mjpeg_get_packet().
1.8.17