OSDN Git Service

avcodec: do not override pts or duration from the audio encoder
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 10 Feb 2012 22:16:18 +0000 (17:16 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 21 Feb 2012 20:18:51 +0000 (15:18 -0500)
commit70749c483c53312faa83ff3890fa4e2f7135453d
treec1e3931a146fa134f61194cde193c053167d80f5
parent2c87c7a952569c63a9f981fc0e3f8c5867ad2279
avcodec: do not override pts or duration from the audio encoder

This allows encoders to set pts and/or duration even if they do not use
CODEC_CAP_DELAY.
libavcodec/utils.c