summaryrefslogtreecommitdiff
path: root/tests/api/api-seek-test.c
Commit message (Collapse)AuthorAge
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* api-seek-test: first versionLudmila Glinskih2015-08-20
Works only with video stream. First pass without seeking -- counts crcs of a frames and store it in an array. After that it seeks a lot in different places and checks if crcs of these frames and crcs of frames in array are the same. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>