lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
def97856de
commit
059a934806
150 changed files with 273 additions and 264 deletions
|
@ -55,7 +55,7 @@ retry:
|
|||
goto retry;
|
||||
}
|
||||
#if 0
|
||||
if (pc->index && pc->index * 2 + FF_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index) {
|
||||
if (pc->index && pc->index * 2 + AV_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index) {
|
||||
memcpy(pc->buffer + pc->index, buf, pc->index);
|
||||
pc->index += pc->index;
|
||||
buf += pc->index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue