diff options
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 |