Funcom ISS file demuxer.
More...
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "libavutil/avstring.h"
|
|
#define | ISS_SIG "IMA_ADPCM_Sound" |
| |
|
#define | ISS_SIG_LEN 15 |
| |
|
#define | MAX_TOKEN_SIZE 20 |
| |
Funcom ISS file demuxer.
- Author
- Jaikrishnan Menon
- See also
- http://wiki.multimedia.cx/index.php?title=FunCom_ISS
§ ff_iss_demuxer
Initial value:= {
.name = "iss",
.read_probe = iss_probe,
.read_header = iss_read_header,
.read_packet = iss_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186