Skip to content

Commit

Permalink
public header: Update micro ver. because of regular HEVC support.
Browse files Browse the repository at this point in the history
  • Loading branch information
VFR-maniac committed Jun 27, 2014
1 parent fed1653 commit 4f4834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsmash.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
****************************************************************************/
#define LSMASH_VERSION_MAJOR 1
#define LSMASH_VERSION_MINOR 11
#define LSMASH_VERSION_MICRO 7
#define LSMASH_VERSION_MICRO 8

#define LSMASH_VERSION_INT( a, b, c ) (((a) << 16) | ((b) << 8) | (c))

Expand Down

0 comments on commit 4f4834c

Please sign in to comment.