X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=contrib%2Fffmpeg%2FA01-mpegleak.patch;h=49e99456d0ec2a0b14d1d18a5f1b8879b45160e5;hb=5537d5868eef936d7dfff181b532535cd02bd803;hp=7b3b9be249dc3f8043e1a616526a1729faf577e0;hpb=106aac3c7212b03d8bcdd6d871026a7510b317ed;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/contrib/ffmpeg/A01-mpegleak.patch b/contrib/ffmpeg/A01-mpegleak.patch index 7b3b9be2..49e99456 100644 --- a/contrib/ffmpeg/A01-mpegleak.patch +++ b/contrib/ffmpeg/A01-mpegleak.patch @@ -1,8 +1,8 @@ Index: libavcodec/mpegvideo.c =================================================================== ---- ffmpeg.orig/libavcodec/mpegvideo.c (revision 20594) +--- ffmpeg.orig/libavcodec/mpegvideo.c (revision 22823) +++ ffmpeg/libavcodec/mpegvideo.c (working copy) -@@ -834,19 +834,18 @@ +@@ -867,19 +867,18 @@ } av_log(s->avctx, AV_LOG_FATAL, "Internal error, picture buffer overflow\n"); @@ -36,18 +36,9 @@ Index: libavcodec/mpegvideo.c static void update_noise_reduction(MpegEncContext *s){ Index: libavcodec/h264.c =================================================================== ---- ffmpeg.orig/libavcodec/h264.c (revision 20594) +--- ffmpeg.orig/libavcodec/h264.c (revision 22823) +++ ffmpeg/libavcodec/h264.c (working copy) -@@ -3411,7 +3411,7 @@ - * stream. Need to discard one frame. Prevents overrun of the - * short_ref and long_ref buffers. - */ -- av_log(h->s.avctx, AV_LOG_ERROR, -+ av_log(h->s.avctx, AV_LOG_DEBUG, - "number of reference frames exceeds max (probably " - "corrupt input), discarding one\n"); - -@@ -7786,7 +7786,7 @@ +@@ -2772,7 +2772,7 @@ if(!(s->flags2 & CODEC_FLAG2_CHUNKS) && !s->current_picture_ptr){ if (avctx->skip_frame >= AVDISCARD_NONREF || s->hurry_up) return 0; @@ -56,3 +47,16 @@ Index: libavcodec/h264.c return -1; } +Index: libavcodec/h264_refs.c +=================================================================== +--- ffmpeg.orig/libavcodec/h264_refs.c (revision 22823) ++++ ffmpeg/libavcodec/h264_refs.c (working copy) +@@ -608,7 +608,7 @@ + * stream. Need to discard one frame. Prevents overrun of the + * short_ref and long_ref buffers. + */ +- av_log(h->s.avctx, AV_LOG_ERROR, ++ av_log(h->s.avctx, AV_LOG_DEBUG, + "number of reference frames exceeds max (probably " + "corrupt input), discarding one\n"); +