Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'

* commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0':
  mpegts: add support for Opus

Conflicts:
	libavcodec/opus_parser.c
	libavformat/mpegts.c

See: 74141f693d
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-12-20 19:08:39 +01:00
2 changed files with 7 additions and 6 deletions

View File

@@ -26,9 +26,9 @@
*/
#include "avcodec.h"
#include "bytestream.h"
#include "opus.h"
#include "parser.h"
#include "bytestream.h"
typedef struct OpusParseContext {
OpusContext ctx;