]> git.sesse.net Git - ffmpeg/commit
oggvorbis: move handling of first packets ts from parser to muxer.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 4 May 2012 23:41:54 +0000 (01:41 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 4 May 2012 23:52:21 +0000 (01:52 +0200)
commit441dce21699f5780a7d9309451149ab876d641dc
treef8d373f9bef87ed52e12ddfe182e909bc5ac41b3
parentbce42e95d13e3cc9c32bcd75d127c0152e51471d
oggvorbis: move handling of first packets ts from parser to muxer.

The parser does not have enough knowledge it seems to do it
correctly.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vorbis_parser.c
libavformat/oggparsevorbis.c