adxdec: get rid of an avpriv function
authorAnton Khirnov <anton@khirnov.net>
Thu, 3 Jul 2014 19:01:59 +0000 (19:01 +0000)
committerAnton Khirnov <anton@khirnov.net>
Wed, 9 Jul 2014 13:37:18 +0000 (13:37 +0000)
commitd5cf5afabbf43f00283e70b12afbe1da030d85b6
treef90930aaee18f386ddc35928d9fcf8186382efd0
parentf6ee61fb05482c617f5deee29a190d8ff483b3d1
adxdec: get rid of an avpriv function

The only thing the demuxer needs is the sample rate to set the timebase,
which can be simply read with AV_RB32.
libavcodec/Makefile
libavcodec/adx.c
libavcodec/adx.h
libavcodec/adxdec.c
libavformat/adxdec.c