Revision 5b21bdab libavformat/asf.h
libavformat/asf.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef AVFORMAT_ASF_H
|
|
22 |
#define AVFORMAT_ASF_H
|
|
21 |
#ifndef FFMPEG_ASF_H
|
|
22 |
#define FFMPEG_ASF_H
|
|
23 | 23 |
|
24 | 24 |
#include <stdint.h> |
25 | 25 |
#include "avformat.h" |
... | ... | |
286 | 286 |
|
287 | 287 |
#define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000 |
288 | 288 |
|
289 |
#endif // AVFORMAT_ASF_H |
|
289 |
#endif /* FFMPEG_ASF_H */ |
Also available in: Unified diff