diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index d2926b02addd1398a48765d6e0816e431887681f..b445fd9b2191d878b9e668f797de47bc9e6100c6 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -1196,7 +1196,7 @@ static void mpeg4_encode_vol_header(MpegEncContext * s)
     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;