-
Nicolas George authored
Do not re-call avcodec_get_context_defaults3(), it is already called by avformat_new_stream() and it leaks the codec priv_data that was already allocated. Use avformat_free_context() instead of freeing (not) everything manually. Fix trac ticket #2322.
9b211c43
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
README | ||
decoding_encoding.c | ||
demuxing.c | ||
filtering_audio.c | ||
filtering_video.c | ||
metadata.c | ||
muxing.c | ||
resampling_audio.c | ||
scaling_video.c |