#include <stdint.h>
#include "libavutil/intfloat.h"
#include "libavutil/opt.h"
#include "libavcodec/packet_internal.h"
#include "avformat.h"
#include "internal.h"
#include "aiff.h"
#include "avio_internal.h"
#include "isom.h"
#include "id3v2.h"
#include "mux.h"
Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ put_id3v2_tags()
◆ put_meta()
  
  | 
        
          | static void put_meta | ( | AVFormatContext * | s, |  
          |  |  | const char * | key, |  
          |  |  | uint32_t | id |  
          |  | ) |  |  |  | static | 
 
 
◆ aiff_write_header()
◆ aiff_write_packet()
◆ aiff_write_trailer()
◆ aiff_deinit()
◆ options
Initial value:= {
    { "write_id3v2", "Enable ID3 tags writing.",
    { "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",
}
Definition at line 275 of file aiffenc.c.
 
 
◆ aiff_muxer_class
Initial value:= {
    .class_name     = "AIFF muxer",
}
Definition at line 283 of file aiffenc.c.
 
 
◆ ff_aiff_muxer
Initial value:= {
    .p.name            = "aiff",
    .p.mime_type       = "audio/aiff",
    .p.extensions      = "aif,aiff,afc,aifc",
}
Definition at line 290 of file aiffenc.c.