Revision 5b21bdab libavformat/flv.h
libavformat/flv.h | ||
---|---|---|
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
*/ |
23 | 23 |
|
24 |
#ifndef FLV_H |
|
25 |
#define FLV_H |
|
24 |
#ifndef FFMPEG_FLV_H
|
|
25 |
#define FFMPEG_FLV_H
|
|
26 | 26 |
|
27 | 27 |
/* offsets for packed values */ |
28 | 28 |
#define FLV_AUDIO_SAMPLESSIZE_OFFSET 1 |
... | ... | |
107 | 107 |
AMF_DATA_TYPE_UNSUPPORTED = 0x0d, |
108 | 108 |
} AMFDataType; |
109 | 109 |
|
110 |
#endif /* FLV_H */ |
|
110 |
#endif /* FFMPEG_FLV_H */ |
Also available in: Unified diff