Funcom ISS file demuxer.
More...
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Funcom ISS file demuxer.
- Author
- Jaikrishnan Menon
- See also
- http://wiki.multimedia.cx/index.php?title=FunCom_ISS
Definition in file iss.c.
#define ISS_SIG "IMA_ADPCM_Sound" |
#define MAX_TOKEN_SIZE 20 |
Definition at line 61 of file iss.c.
Definition at line 69 of file iss.c.
Initial value:= {
.name = "iss",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int iss_read_header(AVFormatContext *s)
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int iss_probe(AVProbeData *p)
static int iss_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 132 of file iss.c.