Mercurial > libavformat.hg
changeset 3981:ff78dd8e198a libavformat
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
author | diego |
---|---|
date | Sat, 04 Oct 2008 11:20:02 +0000 |
parents | 566758832da5 |
children | 1505b1ddab11 |
files | internal.h rdt.h |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Sat Oct 04 04:19:46 2008 +0000 +++ b/internal.h Sat Oct 04 11:20:02 2008 +0000 @@ -21,6 +21,8 @@ #ifndef AVFORMAT_INTERNAL_H #define AVFORMAT_INTERNAL_H +#include <stdint.h> + char *ff_data_to_hex(char *buf, const uint8_t *src, int size); #endif /* AVFORMAT_INTERNAL_H */
--- a/rdt.h Sat Oct 04 04:19:46 2008 +0000 +++ b/rdt.h Sat Oct 04 11:20:02 2008 +0000 @@ -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,