idroq.c File Reference


Detailed Description

Id RoQ format file demuxer by Mike Melanson (melanson@pcisys.net) for more information on the .roq file format, visit: http://www.csse.monash.edu.au/~timf/.

Definition in file idroq.c.

Go to the source code of this file.

Classes

struct  RoqDemuxContext

Functions

static int roq_probe (AVProbeData *p)
static int roq_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int roq_read_packet (AVFormatContext *s, AVPacket *pkt)
static int roq_read_close (AVFormatContext *s)

Variables

AVInputFormat roq_demuxer


Function Documentation

static int roq_probe ( AVProbeData p  )  [static]

Definition at line 59 of file idroq.c.

static int roq_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 68 of file idroq.c.

static int roq_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 173 of file idroq.c.

static int roq_read_close ( AVFormatContext s  )  [static]

Definition at line 273 of file idroq.c.


Variable Documentation

Initial value:

 {
    "RoQ",
    "Id RoQ format",
    sizeof(RoqDemuxContext),
    roq_probe,
    roq_read_header,
    roq_read_packet,
    roq_read_close,
}

Definition at line 280 of file idroq.c.


Generated on Sat Dec 18 05:15:53 2010 for MythTV by  doxygen 1.5.5