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

Hendrik Leppkes h.leppkes at gmail.com
Mon Apr 27 10:47:02 CEST 2015


On Mon, Apr 27, 2015 at 10:39 AM, luckliuyuxin <luckliuyuxin at 163.com> 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 the error of break "make fate".
>
> my steps:
> 1 make fate-rsync SAMPLES=fate-suite/
> 2 cp doc/fate_config.sh.template fate_config
> 3 vim fate_config   //update content according to my computer enviroment
> 4 ./tests/fate.sh /home/user/source/ffmpegsrc/ffmpeg_2_6/fate_config
>

The steps are much simpler:

1. make fate-rsync SAMPLES=fate-suite/
2. make fate SAMPLES=fate-suite/

The scripts and configs are only helpers for setting up automated fate
systems, but you don't need them to run it during development.

- Hendrik


More information about the ffmpeg-devel mailing list