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

2015-04-21 Thread wm4
On Tue, 21 Apr 2015 23:04:32 +0200 wm4 wrote: > --- > Proposal. Is not mp3-specific, and can be reused for other formats. > --- > doc/APIchanges | 4 > doc/formats.texi| 2 ++ > libavformat/avformat.h | 1 + > libavformat/mp3dec.c| 4 ++-- > libavformat

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

2015-04-21 Thread Nicolas George
Le duodi 2 floréal, an CCXXIII, wm4 a écrit : > #define AVFMT_FLAG_SORT_DTS0x1 ///< try to interleave outputted > packets by dts (using this flag can slow demuxing down) > #define AVFMT_FLAG_PRIV_OPT0x2 ///< Enable use of private options by > delaying codec open (this could be m

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

2015-04-21 Thread wm4
--- Proposal. Is not mp3-specific, and can be reused for other formats. --- doc/APIchanges | 4 doc/formats.texi| 2 ++ libavformat/avformat.h | 1 + libavformat/mp3dec.c| 4 ++-- libavformat/options_table.h | 1 + 5 files changed, 10 insertions(+), 2 del