From 93c34781c2b982ea14e87cfb913cf4e0031ec49b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 25 Jan 2010 11:59:29 +0100 Subject: [PATCH] ffmpegrev: Update to ffmpeg/swscale checkouts of Mon Jan 25 2010 ffmpeg received an overwhelming amount of h264 decoding improvements since the last checkout, some minor fixes here and there and no apparent regressions. Also set a specific swscale revision to checkout. --- ffmpegrev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpegrev b/ffmpegrev index 389a6763c0..1157322d20 100644 --- a/ffmpegrev +++ b/ffmpegrev @@ -1,4 +1,4 @@ -FFMPEG_REVISION=21150 +FFMPEG_REVISION=21449 FFMPEG_CO_DIR=gst-libs/ext/ffmpeg FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/trunk # Because ffmpeg trunk checks out libswscale via an svn:externals, checking @@ -6,4 +6,4 @@ FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/trunk # Keep the swscale checkout manually synchronized, then. Update this # when you update FFMPEG_REVISION. Set it to empty if there's no # external to update (as on ffmpeg 0.5 branch) -FFMPEG_EXTERNALS_REVISION= +FFMPEG_EXTERNALS_REVISION=30431