aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/ogg.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-12-08 17:50:38 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-12-08 17:50:38 +0000
commit4250dafc961b53aaba41c7bb48e765cff1f284c4 (patch)
treec1c209ee2d86b4550ddf7fb1481d967fa9ae864e /libavformat/ogg.c
parentd7d2428239cdc5942183d6382832ef459878c7dc (diff)
downloadffmpeg-4250dafc961b53aaba41c7bb48e765cff1f284c4.tar.gz
using LIBAVFORMAT_IDENT
Originally committed as revision 2575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r--libavformat/ogg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ogg.c b/libavformat/ogg.c
index c127ff747c..129c8c462e 100644
--- a/libavformat/ogg.c
+++ b/libavformat/ogg.c
@@ -63,7 +63,7 @@ static int ogg_write_header(AVFormatContext *avfcontext)
vorbis_block_init(&vd, &vb) ;
vorbis_comment_init(&vc) ;
- vorbis_comment_add_tag(&vc, "encoder", "ffmpeg") ;
+ vorbis_comment_add_tag(&vc, "encoder", LIBAVFORMAT_IDENT) ;
if(*avfcontext->title)
vorbis_comment_add_tag(&vc, "title", avfcontext->title) ;