mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -22,6 +22,10 @@
|
||||
#ifndef AVFORMAT_RDT_H
|
||||
#define AVFORMAT_RDT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "avformat.h"
|
||||
#include "rtp.h"
|
||||
|
||||
typedef struct RDTDemuxContext RDTDemuxContext;
|
||||
|
||||
RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st,
|
||||
|
Reference in New Issue
Block a user