mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
143 B
8 lines
143 B
22 years ago
|
#ifndef FFMPEG_COMMON_H
|
||
|
#define FFMPEG_COMMON_H
|
||
|
|
||
|
#define FFMPEG_VERSION_INT 0x000406
|
||
|
#define FFMPEG_VERSION "0.4.6"
|
||
|
|
||
|
#endif /* COMMON_H */
|