libeplayer3: move width/height/framerate/timescale calculation to writers

This commit is contained in:
martii
2014-04-05 11:36:49 +02:00
parent 85bcfb4a17
commit ff13f75588
9 changed files with 27 additions and 105 deletions

View File

@@ -45,12 +45,6 @@ typedef struct {
uint64_t pts;
float frameRate;
unsigned int timeScale;
unsigned int width;
unsigned int height;
char *type;
/* context from ffmpeg */