diff options
author | wm4 <wm4@nowhere> | 2015-06-12 17:44:40 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-06-12 17:44:40 +0200 |
commit | 627b87b0d8b165e76c5715cdda1cee578ec3a6fa (patch) | |
tree | 89bfad2bca8a54d3974fb57df6e2cd1645a58b67 /audio/format.c | |
parent | 0d2456ae5f0440bbea357d7463618fa8bd41ca88 (diff) |
audio: deal with AVFrame-style buffer assignments
In the AVFrame-style system (which we inreasingly map our internal data
stuctures on), buffers and plane pointers don't necessarily have a 1:1
correspondence. For example, a single buffer could cover 2 or more
planes, all while other planes are covered by a second buffer, and so
on. They don't need to be ordered in the same way.
Change mp_audio_get_allocated_size() to retrieve the maximum size all
planes provide. This also considers the case of planes not pointing to
buffer start.
Change mp_audio_realloc() to reset all planes, even if corresponding
buffers are not reallocated. (The caller has to be careful anyway if it
wants to be sure the contents are preserved on realloc calls.)
Diffstat (limited to 'audio/format.c')
0 files changed, 0 insertions, 0 deletions