Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.h - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8676ce91e098a356f17a373a774b05d6e2c91eef (plain)
1
2
3
4
5
6
7
#ifndef FFMPEG_COMMON_H
#define FFMPEG_COMMON_H

#define FFMPEG_VERSION_INT 0x000406
#define FFMPEG_VERSION     "0.4.6"

#endif /* COMMON_H */