summaryrefslogtreecommitdiff
path: root/tools/seek_print.c
Commit message (Collapse)AuthorAge
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
| | | | | | | avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* tools: Fix apparent merge failureAlex Smith2013-09-21
|
* Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-10
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tools: add seek_print.Nicolas George2013-02-24
Useful for testing seek implementations.