rtpproto: Move rtpproto specific function declarations to a separate header
Mixing these with the rtp depacketizer functions in rtpdec.h is no good. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
892b0be1df
commit
b7e6da988b
6 changed files with 36 additions and 5 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "libavformat/network.h"
|
||||
#include "libavformat/os_support.h"
|
||||
#include "libavformat/rtpdec.h"
|
||||
#include "libavformat/rtpproto.h"
|
||||
#include "libavformat/rtsp.h"
|
||||
#include "libavformat/avio_internal.h"
|
||||
#include "libavformat/internal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue