Author: spyfeng Date: Sun Jun 28 04:13:13 2009 New Revision: 4539 Log: add README file to explain the function of the files in this directory.
Added: seek_api/seektest/README Added: seek_api/seektest/README ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ seek_api/seektest/README Sun Jun 28 04:13:13 2009 (r4539) @@ -0,0 +1,8 @@ +This directory is used for test new seek api. +I'll modify seek_test2.c to update the test case. + +instructions: +1) check a ffmpeg tree. +2) cp seek_test2.c ffmpeg/tests/seek_test2.c +3) cp Makefile ffmpeg/Makefile +4) cd ffmpeg/tests/ and run ./seek_test2 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
