mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Explicitly include rtp.h (needed for rtp_get_payload_type())
Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a385446f40
commit
759d98d0c6
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "avstring.h"
|
||||
#include "avformat.h"
|
||||
#include "rtp.h"
|
||||
|
||||
#ifdef CONFIG_RTP_MUXER
|
||||
#define MAX_EXTRADATA_SIZE ((INT_MAX - 10) / 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue