OSDN Git Service

avconv: drop update_sample_fmt()
authorAnton Khirnov <anton@khirnov.net>
Sun, 28 Jun 2015 05:41:22 +0000 (07:41 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 19 Jul 2015 07:33:51 +0000 (09:33 +0200)
commit56c2f37727015212a404cae0f444d8bc8704d691
tree8f296a67fb480c2541250d5a8b0b82641ca331d3
parente61f39849c2e2b7f492c17b42058242ed2fa4d57
avconv: drop update_sample_fmt()

There is only one decoder left that supports this (libopus, which is not
used by default since we have a native one) and this code goes against
the avconv design, since it propagates information back from the encoder
to decoder.
avconv.c