ffmpeg/doc/examples
Stefano Sabatini 13bbc464ed examples/muxing: set codec in the codec context
Make add_{audio,video}_stream return the found codec, and pass it to
avcodec_open2() through open_{audio,video} functions.

Fix failure:
No codec provided to avcodec_open2().
could not open codec

This is also consistent with the use of the avcodec_open2() API in the
codebase.
2012-08-07 20:04:19 +02:00
..
decoding_encoding.c doc/examples: print operation filename in decoding_encoding. 2012-05-19 12:28:59 +02:00
filtering_audio.c examples/filtering: fix packet memleak 2012-06-26 19:04:17 +02:00
filtering_video.c examples/filtering: fix packet memleak 2012-06-26 19:04:17 +02:00
Makefile update filtering_audio example 2012-06-05 03:02:41 +02:00
metadata.c doc/examples: properly close input in metadata. 2012-05-19 12:28:59 +02:00
muxing.c examples/muxing: set codec in the codec context 2012-08-07 20:04:19 +02:00