Searched refs:RDTDemuxContext (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drdt.h29 typedef struct RDTDemuxContext RDTDemuxContext; typedef in typeref:struct:RDTDemuxContext
39 * @return a newly allocated RDTDemuxContext. Free with ff_rdt_parse_close().
41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
45 void ff_rdt_parse_close(RDTDemuxContext *s);
98 int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,
H A Drdt.c38 struct RDTDemuxContext { struct
53 RDTDemuxContext *
57 RDTDemuxContext *s = av_mallocz(sizeof(RDTDemuxContext));
77 ff_rdt_parse_close(RDTDemuxContext *s)
337 ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,

Completed in 43 milliseconds