Browse Source

lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.

tags/n1.1
Clément Bœsch 13 years ago
parent
commit
2d3305e4f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View File

@@ -4923,7 +4923,7 @@ void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);

/**
* Same behaviour av_fast_malloc but the buffer has additional
* FF_INPUT_PADDING_SIZE at the end which will will always be 0.
* FF_INPUT_BUFFER_PADDING_SIZE at the end which will will always be 0.
*
* In addition the whole buffer will initially and after resizes
* be 0-initialized so that no uninitialized data will ever appear.


Loading…
Cancel
Save