Re: [FFmpeg-devel] [PATCH] libavcodec/parser.c: re-fetch PTS/DTS if fetch failed

2015-04-27 Thread Hendrik Leppkes
On Mon, Apr 27, 2015 at 10:39 AM, luckliuyuxin wrote: > Michael , > > This is my first time send path to ffmpeg. I'm not familiar with "make fate". > Could you please told me how the "make fate" report the break error? > The following is my steps to make fate on my computer, but I couldn't find >

Re: [FFmpeg-devel] [PATCH] libavcodec/parser.c: re-fetch PTS/DTS if fetch failed

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 07:17:59PM +0800, luckliuyuxin wrote: [...] > parser.c |5 + > 1 file changed, 5 insertions(+) > f3ed39fd2c44d36a96dbab27a8c810d7479e8d22 > 0001-re-fetch-PTS-DTS-if-fetch-failed.patch > From 00b457adb855b0b25ac7cde4a9cb8c7b53fd0511 Mon Sep 17 00:00:00 2001 > From:

[FFmpeg-devel] [PATCH] libavcodec/parser.c: re-fetch PTS/DTS if fetch failed

2015-04-22 Thread luckliuyuxin
From 00b457adb855b0b25ac7cde4a9cb8c7b53fd0511 Mon Sep 17 00:00:00 2001 From: liuyuxin Date: Wed, 22 Apr 2015 16:56:42 +0800 Subject: [PATCH] re-fetch PTS/DTS if fetch failed Signed-off-by: liuyuxin --- libavcodec/parser.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/pars