]> git.sesse.net Git - ffmpeg/commit
avformat: add common mechanism for skipping samples at the start of file
authorwm4 <nfxjfg@googlemail.com>
Wed, 22 Apr 2015 10:24:36 +0000 (12:24 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2015 12:05:46 +0000 (14:05 +0200)
commit7dd8bf53bdb5669a7c65822417fe29036435b40f
treef8a077180fcad39c49dc349147fc038b8a3f63f8
parentafc7748d1f6abc4b3b1cc957b0fa6941837db3d0
avformat: add common mechanism for skipping samples at the start of file

This makes using the generic indexing code with mp3 easier at a later
point.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avformat.h
libavformat/utils.c