]> git.sesse.net Git - ffmpeg/commit
wma: do not keep private copies of some AVCodecContext fields
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 23 Oct 2012 20:30:59 +0000 (16:30 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 1 Nov 2012 15:29:19 +0000 (11:29 -0400)
commit2ed40608e9499de7ed6bd4bd61cc50645ec6d8a4
treecc3cbabc728fac54c8966dc1db97039ebc267280
parent50a65e7a540ce6747f81d6dbf6a602ad35be77ff
wma: do not keep private copies of some AVCodecContext fields

channels, sample_rate, bit_rate, and block_align can be used directly from
the AVCodecContext
libavcodec/wma.c
libavcodec/wma.h
libavcodec/wmadec.c
libavcodec/wmaenc.c