mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Don't add WM prefixes to all written ASF tags.
Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22033 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Ronald S. Bultje
parent
855a1ba5e8
commit
a106d4112d
+3
-3
@@ -129,10 +129,10 @@ const ff_asf_guid ff_asf_digital_signature = {
|
||||
};
|
||||
|
||||
const AVMetadataConv ff_asf_metadata_conv[] = {
|
||||
{ "AlbumArtist", "album_artist"},
|
||||
{ "AlbumTitle" , "album" },
|
||||
{ "WM/AlbumArtist", "album_artist"},
|
||||
{ "WM/AlbumTitle" , "album" },
|
||||
{ "Author" , "artist" },
|
||||
{ "TrackNumber", "track" },
|
||||
{ "WM/TrackNumber", "track" },
|
||||
// { "Year" , "date" }, TODO: conversion year<->date
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user