]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format_g726: add support for seeking
authoreyalhasson <eyal@kolhl.com>
Tue, 22 Jan 2019 15:24:23 +0000 (17:24 +0200)
committerSean Bright <sean.bright@gmail.com>
Wed, 23 Jan 2019 14:56:51 +0000 (08:56 -0600)
commit9eb3a7a82c100132cb3e4b6c1f8bb0484e0faa2a
tree09299d04e0e77b1fb4ea6670220876c0deeaa320
parentd87fc1c5910a95e25ee9c66c0ba46b250b829d41
format_g726: add support for seeking

Added support for the seek function in format_g726
so playback can start from anywhere.
Before the fix, playback of g726 files
always started from the beginning.

ASTERISK-28246

Change-Id: I626235bc4642df1479050d3d06828412603a9b40
formats/format_g726.c