• Nicolas George's avatar
    doc/examples: do not allocate AVFrame directly. · dcc73aaa
    Nicolas George authored
    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.
    dcc73aaa
Name
Last commit
Last update
..
Makefile Loading commit data...
README Loading commit data...
decoding_encoding.c Loading commit data...
demuxing.c Loading commit data...
filtering_audio.c Loading commit data...
filtering_video.c Loading commit data...
metadata.c Loading commit data...
muxing.c Loading commit data...
resampling_audio.c Loading commit data...
scaling_video.c Loading commit data...