DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

Fix typo ema_mp4_mux_set_dv_bl_compatible_id #17

Closed raverat closed 3 years ago

raverat commented 3 years ago

Wrong method definition in the header - rename ema_mp4_mux_set_dv_compatible_id into ema_mp4_mux_set_dv_bl_compatible_id

ShaoWeiguo commented 3 years ago

@raverat Thanks for the pull request.