[FFmpeg-devel] [PATCH 3/3] matroska: Support for SeekPreRoll in the demuxer
Michael Niedermayer
michaelni at gmx.at
Tue Sep 24 20:05:19 CEST 2013
On Tue, Sep 24, 2013 at 10:31:10AM -0700, Vignesh Venkatasubramanian wrote:
> This patch exports the value of SeekPreRoll container element in
> the AVStream structure's seek_preroll field. This indicates the
> number of samples to skip after a discontinuity.
>
> Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
> ---
> libavformat/matroskadec.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
> index d94ec46..ecbc723 100644
> --- a/libavformat/matroskadec.c
> +++ b/libavformat/matroskadec.c
> @@ -163,6 +163,7 @@ typedef struct {
> uint64_t default_duration;
> uint64_t flag_default;
> uint64_t flag_forced;
> + uint64_t codec_delay;
> uint64_t seek_preroll;
> MatroskaTrackVideo video;
> MatroskaTrackAudio audio;
did you mixup the commit messages and patches ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130924/b31a2b75/attachment.asc>
More information about the ffmpeg-devel
mailing list