Added STL demuxer and decoder

Signed-off-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Eejya Singh
2014-10-21 01:55:39 +05:30
committed by Clément Bœsch
parent 27c61c32ce
commit 6dc99fdf0e
14 changed files with 208 additions and 5 deletions

View File

@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 9
#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_MINOR 10
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \