diff options
author | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2009-08-21 08:34:19 +0000 |
---|---|---|
committer | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2009-08-21 08:34:19 +0000 |
commit | ab1eff9c5c93b6ce5d06cabf139dd9f3a88e01a6 (patch) | |
tree | df484be5c71290dd75282a72326dc179a58e74ab /libavformat/avformat.h | |
parent | 29d7eef7dcfaf6cc6c97ac154e54c89f77507d86 (diff) | |
download | ffmpeg-ab1eff9c5c93b6ce5d06cabf139dd9f3a88e01a6.tar.gz |
Add support for S/PDIF encapsulation.
Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ba4dd8b729..7254cb480f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 37 +#define LIBAVFORMAT_VERSION_MINOR 38 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |