OSDN Git Service

avconv: stop using AVStream.codec
authorAnton Khirnov <anton@khirnov.net>
Sat, 21 May 2016 09:37:33 +0000 (11:37 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 22 May 2016 18:22:42 +0000 (20:22 +0200)
commit35c858066840352d6d43385bbc728467c5150974
treeb7aef06bb8f03bc3ee9f89ae26771c5a3b72164b
parent3399a26d3f57d462e839c0ee51223ae9aca20852
avconv: stop using AVStream.codec

It is now only used by the av_parser_change() call during streamcopy, so
allocate a special AVCodecContext instance for this case. This instance
should go away when the new parser API is finished.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
avconv.c
avconv.h