mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Implement avformat_version().
Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
* various utility functions for use within FFmpeg
|
||||
*/
|
||||
|
||||
unsigned avformat_version(void)
|
||||
{
|
||||
return LIBAVFORMAT_VERSION_INT;
|
||||
}
|
||||
|
||||
static void av_frac_init(AVFrac *f, int64_t val, int64_t num, int64_t den);
|
||||
static void av_frac_add(AVFrac *f, int64_t incr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user