Skip to content

Commit

Permalink
[mp4/demux] Handle LPCM like PCM
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Jan 12, 2017
1 parent 2b6dd15 commit 30e8cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avidemux_plugins/ADM_demuxers/Mp4/ADM_mp4Indexer.cpp
Expand Up @@ -219,6 +219,7 @@ bool MP4Header::processAudio( MP4Track *track, uint32_t trackScale,
{
default:break;
case WAV_PCM: // wtf ?
case WAV_LPCM: // wtf ?
case WAV_ULAW: // Wtf ?
case WAV_IMAADPCM:
case WAV_MSADPCM:
Expand Down

0 comments on commit 30e8cea

Please sign in to comment.