[FFmpeg-devel] [PATCH] avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3
Nicolas George
george at nsup.org
Tue Apr 21 23:47:41 CEST 2015
Le duodi 2 floréal, an CCXXIII, wm4 a écrit :
> #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down)
> #define AVFMT_FLAG_PRIV_OPT 0x20000 ///< Enable use of private options by delaying codec open (this could be made default once all code is converted)
> #define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Don't merge side data but keep it separate.
> +#define AVFMT_FLAG_FAST_SEEK 0x8000 ///< Enable fast, but inaccurate seeks for some formats
Am I seeing double or is it the same value as AVFMT_FLAG_MP4A_LATM? May this
just be a typo?
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150421/84da1e44/attachment.asc>
More information about the ffmpeg-devel
mailing list