[FFmpeg-devel] [PATCHv2 4/5] vorbis: append data from tags together

Ben Boeckel mathstuf at gmail.com
Sun Oct 27 17:22:20 CET 2013


[Seems gmane ate some messages from yesterday; sorry if this is a dupe.]

On Sat, 26 Oct, 2013 at 12:11:16 GMT, wm4 wrote:
> Is this related or unrelated to reading tags mid-stream?

Code-wise, it is orthogonal. Behavior-wise, it is useful. I have some
files which look like:

    File 1:
        Tag: A
        Tag: B
    File 2:
        Tag: B
        Tag: A

Without this change, the application would see this:

    File 1:
        Tag: B
    File 2:
        Tag: A

where this:

    File 1:
        Tag: A;B
    File 2:
        Tag: B;A

would be more useful (this usually occurs with Performer tags). Using
semicolon has a precedent[1], but it can be changed pretty easily.

--Ben

[1]https://bugs.kde.org/show_bug.cgi?id=119539#c3



More information about the ffmpeg-devel mailing list