You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
ce2749d2c4
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
8 lines
143 B
C
8 lines
143 B
C
#ifndef FFMPEG_COMMON_H
|
|
#define FFMPEG_COMMON_H
|
|
|
|
#define FFMPEG_VERSION_INT 0x000406
|
|
#define FFMPEG_VERSION "0.4.6"
|
|
|
|
#endif /* COMMON_H */
|