#include "rtpdec.h"Go to the source code of this file.
Functions | |
| void | ff_rtp_send_h264 (AVFormatContext *s1, const uint8_t *buf1, int size) |
Variables | |
| RTPDynamicProtocolHandler | ff_h264_dynamic_handler |
| This is the structure for expanding on the dynamic rtp protocols (makes everything static. | |
| void ff_rtp_send_h264 | ( | AVFormatContext * | s1, | |
| const uint8_t * | buf1, | |||
| int | size | |||
| ) |
This is the structure for expanding on the dynamic rtp protocols (makes everything static.
yay!)
Definition at line 406 of file rtp_h264.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
1.5.8