Maxis XA File Demuxer by Robert Marston (rmars.nosp@m.ton@.nosp@m.gmail.nosp@m..com) for more information on the XA audio format see http://wiki.multimedia.cx/index.php?title=Maxis_XA.
More...
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | XA00_TAG MKTAG('X', 'A', 0, 0) |
| |
|
#define | XAI0_TAG MKTAG('X', 'A', 'I', 0) |
| |
|
#define | XAJ0_TAG MKTAG('X', 'A', 'J', 0) |
| |
Maxis XA File Demuxer by Robert Marston (rmars.nosp@m.ton@.nosp@m.gmail.nosp@m..com) for more information on the XA audio format see http://wiki.multimedia.cx/index.php?title=Maxis_XA.
§ ff_xa_demuxer
Initial value:= {
.name = "xa",
.read_probe = xa_probe,
.read_header = xa_read_header,
.read_packet = xa_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186