summaryrefslogtreecommitdiff
path: root/libavformat/wsddec.c
Commit message (Collapse)AuthorAge
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-14
| | | | | | | | The bit_rate field has type int64_t since commit 7404f3bdb90e6a5dcb59bc0a091e2c5c038e557d. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avformat/wsddec: set bit_rate, fixes duration estimationPaul B Mahol2016-05-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add Wideband Single-bit Data (WSD) demuxerPeter Ross2016-04-30
Signed-off-by: Paul B Mahol <onemda@gmail.com>