FFmpeg
|
#include "libavcodec/bytestream.h"
#include "libavcodec/mjpeg.h"
#include "libavcodec/jpegtables.h"
#include "libavutil/intreadwrite.h"
#include "rtpenc.h"
Go to the source code of this file.
Functions | |
void | ff_rtp_send_jpeg (AVFormatContext *s1, const uint8_t *buf, int size) |
void ff_rtp_send_jpeg | ( | AVFormatContext * | s1, |
const uint8_t * | buf, | ||
int | size | ||
) |
Definition at line 28 of file rtpenc_jpeg.c.
Referenced by rtp_write_packet().