diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-02-16 11:36:32 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-02-17 15:51:50 +0100 |
commit | dcc73aaaa995eaa68db962d63c27eb38d8c46764 (patch) | |
tree | 9ff88c0917e4c045ddd03114de30993d9786d44a /COPYING.LGPLv2.1 | |
parent | 59e46ef63ab478b9ad46fc7aefc2937692afc807 (diff) | |
download | ffmpeg-dcc73aaaa995eaa68db962d63c27eb38d8c46764.tar.gz |
doc/examples: do not allocate AVFrame directly.
The size of the AVFrame structure is not part of the ABI;
it can grow with later versions. Therefore, applications
are not supposed to allocate AVFrame directly, they are
supposed to use avcodec_alloc_frame() instead.
Diffstat (limited to 'COPYING.LGPLv2.1')
0 files changed, 0 insertions, 0 deletions