[FFmpeg-devel] [PATCH 3/3] matroska: Support for SeekPreRoll in the demuxer
Vignesh Venkatasubramanian
vigneshv at google.com
Tue Sep 24 20:26:04 CEST 2013
On Tue, Sep 24, 2013 at 11:05 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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 ?
>
oops, yes. will re-upload the correct 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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list