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: 102ecae3fa21c8dd64591ddd2c297916a27eac82 (plain)
1
2
3
4
5
6
7
#ifndef FFMPEG_COMMON_H
#define FFMPEG_COMMON_H

#define FFMPEG_VERSION_INT 0x000408
#define FFMPEG_VERSION     "0.4.8"

#endif /* COMMON_H */