Files
FFmpeg/doc
Nicolas George 9b211c43dc examples/muxing: fix memory leak.
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.
2013-03-05 15:43:32 +01:00
..
2012-10-08 11:22:42 +02:00
2013-02-17 17:36:27 +01:00
2012-12-15 11:46:47 +01:00
2013-01-21 10:24:45 +00:00
2013-01-06 16:30:02 +01:00
2013-02-13 18:41:37 -05:00
2012-12-21 00:18:34 +01:00
2013-01-06 16:30:02 +01:00
2013-02-14 23:45:48 +01:00
2012-12-21 00:18:34 +01:00