OSDN Git Service

pcmdec: return buf_size instead of src-buf.
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 29 Sep 2011 20:00:00 +0000 (16:00 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 26 Oct 2011 16:01:07 +0000 (12:01 -0400)
commit0093f96d34e411e1fb3def454598d2018f4c2941
tree86da8f6fd1d3f3b26c5b7206e82c0c0bc95801f9
parent85579b638179f40102c4bcedb8a2dde4cf19f391
pcmdec: return buf_size instead of src-buf.

The values will always be the same, so this change eliminates an unneeded
variable. It also gets rid of the need to reset src when memcpy() is used.
libavcodec/pcm.c