diff ogg.c @ 327:741c56c608bb libavformat

using LIBAVFORMAT_IDENT
author alex
date Mon, 08 Dec 2003 17:50:38 +0000
parents 7a3ed84008ec
children 6579fe3ade40
line wrap: on
line diff
--- a/ogg.c	Fri Dec 05 23:12:03 2003 +0000
+++ b/ogg.c	Mon Dec 08 17:50:38 2003 +0000
@@ -63,7 +63,7 @@
 	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) ;