libeplayer3: make ffmpeg data available to manager, output and writer

This commit is contained in:
martii
2014-04-05 10:16:30 +02:00
parent e5237866c4
commit 6328d3746e
5 changed files with 39 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ typedef struct Track_s {
int width;
int height;
/* context from ffmpeg */
AVFormatContext *avfc;
/* stream from ffmpeg */
AVStream *stream;
/* codec extra data (header or some other stuff) */