libeplayer: simplify writer/pcm

Origin commit data
------------------
Branch: master
Commit: 27d4c15952
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 19:32:58 +02:00
parent 6e0532e834
commit f9b3095ba6
5 changed files with 15 additions and 18 deletions

View File

@@ -42,7 +42,6 @@ typedef struct Track_s {
/* length of track */
int64_t duration;
//CHECK int64_t pts;
/* context from ffmpeg */
AVFormatContext *avfc;