Skip to content

Commit

Permalink
Merge pull request #3913 from FernetMenta/aefixes
Browse files Browse the repository at this point in the history
dvdpalyer audio: fix delivering the packet in wrong format
  • Loading branch information
FernetMenta committed Dec 31, 2013
2 parents cde2285 + 5852fd7 commit e762572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecFFmpeg.cpp
Expand Up @@ -117,6 +117,9 @@ bool CDVDAudioCodecFFmpeg::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options
m_pFrame1 = m_dllAvCodec.avcodec_alloc_frame();
m_bOpenedCodec = true;
m_iSampleFormat = AV_SAMPLE_FMT_NONE;

// check if conversion is needed
GetDataFormat();
return true;
}

Expand Down

0 comments on commit e762572

Please sign in to comment.