diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-09-29 19:01:58 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-09-29 19:01:58 +0300 |
commit | f62efe4711cb0a97dff98c6cfc666be6c642ebf0 (patch) | |
tree | 311d0a3acc5a0d0cbb4edf7b97c99737284bf7ea /src | |
parent | 11a652436b2aa705bea7ac35db58c89d3ab38c91 (diff) | |
download | xine-lib-f62efe4711cb0a97dff98c6cfc666be6c642ebf0.tar.gz xine-lib-f62efe4711cb0a97dff98c6cfc666be6c642ebf0.tar.bz2 |
Added buffer type for ADPCM G.726
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 52777db91..204885976 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -1205,6 +1205,13 @@ static const audio_db_t audio_db[] = { BUF_AUDIO_AAC_LATM, "AAC LATM" }, +{ + { + 0 + }, + BUF_AUDIO_ADPCM_G726, + "ADPCM G.726" +}, { { 0 }, 0, "last entry" } }; |