diff options
author | konablend <[email protected]> | 2009-06-03 22:48:03 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-06-03 22:48:03 +0000 |
commit | 4c315d6a9dde319663d79ca1c0dfdb3dde5e18b6 (patch) | |
tree | 771c4b09c1df18a5b3c65e012604caf0b062b692 /contrib/ffmpeg/A03-png-sequences.patch | |
parent | 705ea262b0f53fd19df594dfc8026798cf001155 (diff) |
- added patch comment indicating when it may be removed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2477 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/A03-png-sequences.patch')
-rw-r--r-- | contrib/ffmpeg/A03-png-sequences.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ffmpeg/A03-png-sequences.patch b/contrib/ffmpeg/A03-png-sequences.patch index ee1708705..00c918f13 100644 --- a/contrib/ffmpeg/A03-png-sequences.patch +++ b/contrib/ffmpeg/A03-png-sequences.patch @@ -10,6 +10,10 @@ diff -Naur ffmpeg-r19067.orig/libavcodec/pngdec.c ffmpeg-r19067/libavcodec/pngde + * since only the first png appears to be marked as PKT_FLAG_KEY + * it means either QuickTime Pro is encoding incorrectly, or + * this code block needs to find other criteria. ++ * ++ * As of ffmpeg-r19079 this patch should no longer be required. ++ * It offers a similar solution; forces code block to be skipped. ++ * + * --kb + */ +#if 0 |