[SCM] libav/experimental: 10l (Titel->Title)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:39:48 UTC 2013
The following commit has been merged in the experimental branch:
commit 5a7575078543bbf2ac350a92100d3e68e60f00c7
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Apr 5 10:38:01 2004 +0000
10l (Titel->Title)
Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/nut.c b/libavformat/nut.c
index ca80ad3..a84d00c 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -105,7 +105,7 @@ static char *info_table[][2]={
{"StartTimestamp" , "v"},
{"EndTimestamp" , "v"},
{"Author" , "UTF8"},
- {"Titel" , "UTF8"},
+ {"Title" , "UTF8"},
{"Description" , "UTF8"},
{"Copyright" , "UTF8"},
{"Encoder" , "UTF8"},
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list