ogg/speex: set correct timestamp and duration for the first packet.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 19 Oct 2011 17:28:12 +0000 (13:28 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 20 Oct 2011 17:06:16 +0000 (13:06 -0400)
commit0e69c0477399a5545d42456d6c3aec4a3650bb67
tree0f3e71dd02cdcb6829a786aaaeafb0ac54a708c6
parent4ee247a2bdf2fbe81026a428d4affc46c81f28db
ogg/speex: set correct timestamp and duration for the first packet.

The first timestamp should be negative due to delay.
Also, do not set AVCodecContext.frame_size unnecessarily.
libavformat/oggparsespeex.c