[SCM] libav/experimental: shorter user data with formating by juanjo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:31:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 3d1d9b2c37a839dbabcce07a8bb42cda2f4fc494
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 5 01:37:07 2002 +0000

    shorter user data with formating by juanjo
    
    Originally committed as revision 441 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index d2926b0..b445fd9 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list