| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | WsVqaDemuxContext | 
Macros | |
| #define | FORM_TAG MKBETAG('F', 'O', 'R', 'M') | 
| #define | WVQA_TAG MKBETAG('W', 'V', 'Q', 'A') | 
| #define | VQHD_TAG MKBETAG('V', 'Q', 'H', 'D') | 
| #define | FINF_TAG MKBETAG('F', 'I', 'N', 'F') | 
| #define | SND0_TAG MKBETAG('S', 'N', 'D', '0') | 
| #define | SND1_TAG MKBETAG('S', 'N', 'D', '1') | 
| #define | SND2_TAG MKBETAG('S', 'N', 'D', '2') | 
| #define | VQFR_TAG MKBETAG('V', 'Q', 'F', 'R') | 
| #define | CINF_TAG MKBETAG('C', 'I', 'N', 'F') | 
| #define | CINH_TAG MKBETAG('C', 'I', 'N', 'H') | 
| #define | CIND_TAG MKBETAG('C', 'I', 'N', 'D') | 
| #define | PINF_TAG MKBETAG('P', 'I', 'N', 'F') | 
| #define | PINH_TAG MKBETAG('P', 'I', 'N', 'H') | 
| #define | PIND_TAG MKBETAG('P', 'I', 'N', 'D') | 
| #define | CMDS_TAG MKBETAG('C', 'M', 'D', 'S') | 
| #define | VQA_HEADER_SIZE 0x2A | 
| #define | VQA_PREAMBLE_SIZE 8 | 
Functions | |
| static int | wsvqa_probe (const AVProbeData *p) | 
| static int | wsvqa_read_header (AVFormatContext *s) | 
| static int | wsvqa_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| AVInputFormat | ff_wsvqa_demuxer | 
Westwood Studios VQA file demuxer by Mike Melanson (melanson@pcisys.net) for more information on the Westwood file formats, visit: http://www.pcisys.net/~melanson/codecs/ http://www.geocities.com/SiliconValley/8682/aud3.txt
Definition in file westwood_vqa.c.
| #define VQA_HEADER_SIZE 0x2A | 
Definition at line 53 of file westwood_vqa.c.
| #define VQA_PREAMBLE_SIZE 8 | 
Definition at line 54 of file westwood_vqa.c.
      
  | 
  static | 
Definition at line 65 of file westwood_vqa.c.
      
  | 
  static | 
Definition at line 79 of file westwood_vqa.c.
      
  | 
  static | 
Definition at line 158 of file westwood_vqa.c.
| AVInputFormat ff_wsvqa_demuxer | 
Definition at line 263 of file westwood_vqa.c.
 1.8.17