Remove media::DecoderBuffer::writable_data() |
|
Issue descriptionDecoderBuffer should be constructed passing memory via unique_ptr instead. The memory alignment for FFmpeg is not needed; FFmpeg always copies the data in av_packet_ref(). |
|
►
Sign in to add a comment |
|