summaryrefslogtreecommitdiffstats
path: root/libavformat/seek-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
| | | | Also remove one pointless zero initialization in rangecoder.c.
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-4/+3
|
* seek-test: free options dictionary after useJanne Grunau2011-10-281-0/+1
|
* seek-test: update to recent avformat apiJanne Grunau2011-10-281-5/+5
|
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-261-1/+1
|
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-131-0/+133
OpenPOWER on IntegriCloud