diff options
author | jstebbins <[email protected]> | 2010-04-25 21:15:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-25 21:15:43 +0000 |
commit | c22e82ad0081856466a92a6e47a72b3ea9b5628c (patch) | |
tree | 4118bfdb4913105820b98e7317021704c8f39faa /contrib/ffmpeg/P01-solaris.patch | |
parent | e6ba7dc071b0b1f070b7f92e3b30eab1ee00a0b5 (diff) |
bump ffmpeg to rev 22950
offset ffmpeg seeks by value of initial timestamp since it can be non-zero
catch pix fmt that is unsupported by swscale, log it, skip the track
use new ffmpeg avg_frame_rate for more accurate framerate estimate
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3267 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P01-solaris.patch')
-rw-r--r-- | contrib/ffmpeg/P01-solaris.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch index 6924e562e..4eadaa6c8 100644 --- a/contrib/ffmpeg/P01-solaris.patch +++ b/contrib/ffmpeg/P01-solaris.patch @@ -1,6 +1,6 @@ Index: configure =================================================================== ---- ffmpeg.orig/configure (revision 20594) +--- ffmpeg.orig/configure (revision 22823) +++ ffmpeg/configure (working copy) @@ -54,6 +54,9 @@ exit 1 @@ -12,12 +12,12 @@ Index: configure show_help(){ cat <<EOF Usage: configure [options] -@@ -2171,7 +2174,7 @@ +@@ -2387,7 +2390,7 @@ check_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF --od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian +-od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian +/usr/bin/tr -cd "BIGE" < $TMPO | grep -q 'B *I *G *E' && enable bigendian - if enabled arm; then + if enabled alpha; then |