mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Merged 1638.
This commit is contained in:
parent
f2c3c75ab0
commit
6e6e98fe59
@ -1,4 +1,4 @@
|
||||
librmff 0.5.0
|
||||
librmff 0.6.0
|
||||
=============
|
||||
|
||||
librmff is short for 'RealMedia file format access library'. It aims
|
||||
|
@ -252,7 +252,7 @@ extern "C" {
|
||||
#include "mb_file_io.h"
|
||||
|
||||
#define RMFF_VERSION_MAJOR 0
|
||||
#define RMFF_VERSION_MINOR 5
|
||||
#define RMFF_VERSION_MINOR 6
|
||||
#define RMFF_VERSION_MICRO 0
|
||||
#define RMFF_VERSION (RMFF_VERSION_MAJOR * 10000 + RMFF_VERSION_MINOR * 100 + \
|
||||
RMFF_VERSION_MICRO)
|
||||
|
Loading…
Reference in New Issue
Block a user