Revision 80b39e1c libavformat/riff.h
libavformat/riff.h | ||
---|---|---|
30 | 30 |
|
31 | 31 |
#include "libavcodec/avcodec.h" |
32 | 32 |
#include "avio.h" |
33 |
#include "internal.h" |
|
33 | 34 |
|
34 | 35 |
int64_t ff_start_tag(ByteIOContext *pb, const char *tag); |
35 | 36 |
void ff_end_tag(ByteIOContext *pb, int64_t start); |
36 | 37 |
|
37 |
typedef struct AVCodecTag { |
|
38 |
enum CodecID id; |
|
39 |
unsigned int tag; |
|
40 |
} AVCodecTag; |
|
41 |
|
|
42 | 38 |
void ff_put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf); |
43 | 39 |
int ff_put_wav_header(ByteIOContext *pb, AVCodecContext *enc); |
44 | 40 |
enum CodecID ff_wav_codec_get_id(unsigned int tag, int bps); |
Also available in: Unified diff