Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Remy Foray
VVCSoftware_VTM
Commits
64a08416
Commit
64a08416
authored
Nov 09, 2018
by
Frank Bossen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename version macro and update version to 3.0rc1
parent
ab713c24
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
source/App/DecoderApp/decmain.cpp
source/App/DecoderApp/decmain.cpp
+1
-1
source/App/EncoderApp/encmain.cpp
source/App/EncoderApp/encmain.cpp
+1
-1
source/App/SEIRemovalApp/seiremovalmain.cpp
source/App/SEIRemovalApp/seiremovalmain.cpp
+1
-1
source/Lib/CommonLib/version.h
source/Lib/CommonLib/version.h
+2
-2
No files found.
source/App/DecoderApp/decmain.cpp
View file @
64a08416
...
...
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/App/EncoderApp/encmain.cpp
View file @
64a08416
...
...
@@ -84,7 +84,7 @@ int main(int argc, char* argv[])
{
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Encoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Encoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/App/SEIRemovalApp/seiremovalmain.cpp
View file @
64a08416
...
...
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/Lib/CommonLib/version.h
View file @
64a08416
#if ! defined(
NEXT_SOFTWARE
_VERSION )
#define
NEXT_SOFTWARE_VERSION "2.2
"
#if ! defined(
VTM
_VERSION )
#define
VTM_VERSION "3.0rc1
"
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment