]> git.tuebingen.mpg.de Git - paraslash.git/commit
The ogg/speex tagger.
authorAndre Noll <maan@systemlinux.org>
Fri, 27 Dec 2013 00:22:01 +0000 (00:22 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Apr 2015 12:13:34 +0000 (14:13 +0200)
commit193fb831f608ba41c0198ae30a341b2e697c014f
tree18c1df6f8026c48d9c7e2d8b25fb24f9088599bd
parent76b96e3530d576e2a5a8da487ee975d3bec6ae44
The ogg/speex tagger.

This commit adds support for editing meta information of ogg/speex
files. As for ogg/opus and ogg/vorbis we make use of the generic
ogg_rewrite_tags() to write out an ogg file with modified tags. Hence
this patch only adds the speex-specific part, spx_make_meta_packet(),
which creates a meta data packet for the altered tags.
spx_afh.c