Skip to content

Commit

Permalink
VideoPlayer: refactor audio player
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 21, 2016
1 parent b6a6ce5 commit 6a8744b
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 253 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ void CDVDAudioCodecFFmpeg::Dispose()
int CDVDAudioCodecFFmpeg::Decode(uint8_t* pData, int iSize, double dts, double pts)
{
int iBytesUsed;
if (!m_pCodecContext) return -1;
if (!m_pCodecContext)
return -1;

AVPacket avpkt;
av_init_packet(&avpkt);
Expand Down
Loading

0 comments on commit 6a8744b

Please sign in to comment.