diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-05 10:38:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-05 10:38:01 +0000 |
commit | 5a7575078543bbf2ac350a92100d3e68e60f00c7 (patch) | |
tree | 8178d73b01d07e3831b9e2bea745e4e424aa1a15 | |
parent | 64c020a8aba838ea89d1517ff40ac66a847140b4 (diff) | |
download | ffmpeg-5a7575078543bbf2ac350a92100d3e68e60f00c7.tar.gz |
10l (Titel->Title)
Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index ca80ad3e70..a84d00cbcc 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"}, |