Revision 80b39e1c libavformat/internal.h
libavformat/internal.h | ||
---|---|---|
24 | 24 |
#include <stdint.h> |
25 | 25 |
#include "avformat.h" |
26 | 26 |
|
27 |
typedef struct AVCodecTag { |
|
28 |
enum CodecID id; |
|
29 |
unsigned int tag; |
|
30 |
} AVCodecTag; |
|
31 |
|
|
27 | 32 |
void ff_dynarray_add(intptr_t **tab_ptr, int *nb_ptr, intptr_t elem); |
28 | 33 |
|
29 | 34 |
#ifdef __GNUC__ |
Also available in: Unified diff