From 5a7575078543bbf2ac350a92100d3e68e60f00c7 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 5 Apr 2004 10:38:01 +0000
Subject: [PATCH] 10l (Titel->Title)

Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/nut.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/nut.c b/libavformat/nut.c
index ca80ad3e709..a84d00cbcc9 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"},
-- 
GitLab