|
FFmpeg
|
ASTC (Adaptive Scalable Texture Compression) muxer. More...
Go to the source code of this file.
Data Structures | |
| struct | ASTCMuxerContext |
Macros | |
| #define | ASTC_HEADER_SIZE 16 |
Functions | |
| static int | astc_write_header (AVFormatContext *s) |
| static int | astc_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| const FFOutputFormat | ff_astc_muxer |
ASTC (Adaptive Scalable Texture Compression) muxer.
The .astc container is a 16-byte header followed by the raw ASTC bitstream. The header is taken verbatim from the encoder's extradata (which it publishes in .astc form).
Definition in file astcenc.c.
|
static |
|
static |
| const FFOutputFormat ff_astc_muxer |