Mercurial > libavformat.hg
diff avformat.h @ 6473:1a62da965733 libavformat
Read all id3v2 tags at the beginning of mp3 files.
Patch by David Byron, dbyron dbyron com
| author | cehoyos |
|---|---|
| date | Sat, 11 Sep 2010 16:29:23 +0000 |
| parents | eb68008daac2 |
| children | 2da74be1a3d8 |
line wrap: on
line diff
--- a/avformat.h Fri Sep 10 23:29:07 2010 +0000 +++ b/avformat.h Sat Sep 11 16:29:23 2010 +0000 @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 78 -#define LIBAVFORMAT_VERSION_MICRO 4 +#define LIBAVFORMAT_VERSION_MICRO 5 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \
