Browse Source

Bump libavcodec minor version for the ProRes encoder.

tags/n0.9
Carl Eugen Hoyos 14 years ago
parent
commit
4d2f991187
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/version.h

+ 1
- 1
libavcodec/version.h View File

@@ -21,7 +21,7 @@
#define AVCODEC_VERSION_H

#define LIBAVCODEC_VERSION_MAJOR 53
#define LIBAVCODEC_VERSION_MINOR 24
#define LIBAVCODEC_VERSION_MINOR 25
#define LIBAVCODEC_VERSION_MICRO 0

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \


Loading…
Cancel
Save