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

Origin commit data
------------------
Branch: master
Commit: abc8d3661e
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-05 11:36:49 +02:00
parent 724febdff5
commit 91412a3c1b
9 changed files with 27 additions and 105 deletions

View File

@@ -21,11 +21,6 @@ typedef struct {
int uSampleRate;
int uBitsPerSample;
int bLittleEndian;
unsigned int FrameRate;
unsigned int FrameScale;
unsigned int Width;
unsigned int Height;
unsigned char Version;
/* context from ffmpeg */
AVFormatContext *avfc;
/* stream from ffmpeg */