| 
    FFmpeg
    
   | 
 
#include "avformat.h"#include "avio_internal.h"#include "internal.h"#include "mux.h"#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | AUDMuxContext | 
Macros | |
| #define | AUD_CHUNK_SIGNATURE 0x0000DEAF | 
Functions | |
| static int | wsaud_write_init (AVFormatContext *ctx) | 
| static int | wsaud_write_header (AVFormatContext *ctx) | 
| static int | wsaud_write_packet (AVFormatContext *ctx, AVPacket *pkt) | 
| static int | wsaud_write_trailer (AVFormatContext *ctx) | 
Variables | |
| const FFOutputFormat | ff_wsaud_muxer | 
Westwood Studios AUD file muxer by Aidan Richmond (aidan.is@hotmail.co.uk)
This muxer supports IMA ADPCM packed in westwoods format.
Definition in file westwood_audenc.c.
| #define AUD_CHUNK_SIGNATURE 0x0000DEAF | 
Definition at line 37 of file westwood_audenc.c.
      
  | 
  static | 
Definition at line 44 of file westwood_audenc.c.
      
  | 
  static | 
Definition at line 58 of file westwood_audenc.c.
      
  | 
  static | 
Definition at line 87 of file westwood_audenc.c.
      
  | 
  static | 
Definition at line 105 of file westwood_audenc.c.
| const FFOutputFormat ff_wsaud_muxer | 
Definition at line 117 of file westwood_audenc.c.
 1.8.17