changeset 360:71792167020c libavcodec

shorter user data with formating by juanjo
author michaelni
date Sun, 05 May 2002 01:37:07 +0000
parents df0736462b9f
children dc2fb310008d
files h263.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h263.c	Sat May 04 18:58:07 2002 +0000
+++ b/h263.c	Sun May 05 01:37:07 2002 +0000
@@ -1196,7 +1196,7 @@
     mpeg4_stuffing(&s->pb);
     put_bits(&s->pb, 16, 0);
     put_bits(&s->pb, 16, 0x1B2);	/* user_data */
-    sprintf(buf, "FFmpeg v%s / libavcodec build: %s", FFMPEG_VERSION, LIBAVCODEC_BUILD_STR);
+    sprintf(buf, "FFmpeg%sb%s", FFMPEG_VERSION, LIBAVCODEC_BUILD_STR);
     put_string(&s->pb, buf);
 
     s->no_rounding = 0;