libeplayer3: minor adjustments

Origin commit data
------------------
Branch: master
Commit: dff15731cb
Author: martii <m4rtii@gmx.de>
Date: 2014-05-02 (Fri, 02 May 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-05-02 13:34:08 +02:00
parent 100818b5e0
commit 14fd1e3f14
3 changed files with 4 additions and 4 deletions

View File

@@ -313,8 +313,8 @@ bool Input::ReadSubtitle(const char *filename, const char *format, int pid)
dvbsub_ass_write(c, &sub, pid);
av_free_packet(&packet);
}
avformat_close_input(&subavfc);
avcodec_close(c);
avformat_close_input(&subavfc);
avformat_free_context(subavfc);
Track track;