Skip to content

Commit

Permalink
MOV Remove ec-3 from parsed_priv_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed Oct 4, 2023
1 parent ede87ca commit 3a8a9aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsMuxer/movDemuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,6 @@ int MovDemuxer::mov_read_stsd(MOVAtom atom)
break;
case MKTAG('m', 'p', '4', 'a'):
case MKTAG('a', 'c', '-', '3'):
case MKTAG('e', 'c', '-', '3'):
st->type = IOContextTrackType::AUDIO;
st->parsed_priv_data = new MovParsedAudioTrackData(this, st);
break;
Expand Down

0 comments on commit 3a8a9aa

Please sign in to comment.