projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa34a36
)
asf/wtv: use service_provider and service_name metadata tags
author
Ronald S. Bultje
<rsbultje@gmail.com>
Mon, 31 Jan 2011 13:58:14 +0000
(08:58 -0500)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Mon, 31 Jan 2011 13:58:33 +0000
(08:58 -0500)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/asf.c
patch
|
blob
|
history
diff --git
a/libavformat/asf.c
b/libavformat/asf.c
index
e665992
..
1f6af18
100644
(file)
--- 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 }
};