[FFmpeg-devel] [PATCH] asf/wtv: use service_provider and service_name metadata tags
Peter Ross
pross
Sat Jan 29 00:50:18 CET 2011
---
libavformat/asf.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/asf.c b/libavformat/asf.c
index e665992..1f6af18 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -153,6 +153,8 @@ const AVMetadataConv ff_asf_metadata_conv[] = {
{ "WM/Tool" , "encoder" },
{ "WM/TrackNumber" , "track" },
{ "WM/Track" , "track" },
+ { "WM/MediaStationCallSign", "service_provider" },
+ { "WM/MediaStationName", "service_name" },
// { "Year" , "date" }, TODO: conversion year<->date
{ 0 }
};
--
1.7.1
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110129/feaf9b86/attachment.pgp>
More information about the ffmpeg-devel
mailing list