Browse Source

lavc: Fix sizeof(AVFrame) useability docs

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
31f93fc5f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View File

@@ -949,7 +949,7 @@ typedef struct AVPacket {
* without breaking compatibility with each other.
* Removal, reordering and changes in the remaining cases require
* a major version bump.
* sizeof(AVFrame) must not be used outside libav*.
* sizeof(AVFrame) must not be used outside libavcodec.
*/
typedef struct AVFrame {
#if FF_API_DATA_POINTERS


Loading…
Cancel
Save