Re: [FFmpeg-devel] [PATCH 6/6] avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3

2015-04-22 Thread Nicolas George
Le tridi 3 floréal, an CCXXIII, wm4 a écrit : #define AVFMT_FLAG_KEEP_SIDE_DATA 0x4 /// Don't merge side data but keep it separate. +#define AVFMT_FLAG_FAST_SEEK 0x8 /// Enable fast, but inaccurate seeks for some formats Better with the 0, but I suspect it needs a safety gap to

Re: [FFmpeg-devel] [PATCH 6/6] avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 05:27:19PM +0200, wm4 wrote: On Wed, 22 Apr 2015 17:10:30 +0200 Nicolas George geo...@nsup.org wrote: Le tridi 3 floréal, an CCXXIII, wm4 a écrit : #define AVFMT_FLAG_KEEP_SIDE_DATA 0x4 /// Don't merge side data but keep it separate. +#define