OSDN Git Service

fix another MTR feature title extraction issue
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / A03-png-sequences.patch
index 00c918f..5259160 100644 (file)
@@ -1,7 +1,8 @@
-diff -Naur ffmpeg-r19067.orig/libavcodec/pngdec.c ffmpeg-r19067/libavcodec/pngdec.c
---- ffmpeg-r19067.orig/libavcodec/pngdec.c     2009-05-24 08:44:54.000000000 -0400
-+++ ffmpeg-r19067/libavcodec/pngdec.c  2009-06-02 23:42:29.000000000 -0400
-@@ -593,6 +593,14 @@
+Index: libavcodec/pngdec.c
+===================================================================
+--- ffmpeg.orig/libavcodec/pngdec.c    (revision 20594)
++++ ffmpeg/libavcodec/pngdec.c (working copy)
+@@ -597,6 +597,18 @@
          }
      }
   exit_loop:
@@ -20,7 +21,7 @@ diff -Naur ffmpeg-r19067.orig/libavcodec/pngdec.c ffmpeg-r19067/libavcodec/pngde
       /* handle p-frames only if a predecessor frame is available */
       if(s->last_picture->data[0] != NULL) {
           if(!(avpkt->flags & PKT_FLAG_KEY)) {
-@@ -609,6 +617,7 @@
+@@ -613,6 +625,7 @@
              }
          }
      }