diff options
author | Fred Rothganger <frothga@sandia.gov> | 2014-03-11 17:58:34 -0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-12 13:33:14 +0100 |
commit | 3f3229cd109f5cdf1f1d6fe26f2864e32e029b53 (patch) | |
tree | 4d0a2895c5ac1e1e3fc529a439f6b5d1b1ba6790 /doc/APIchanges | |
parent | 581957cd8618f07d824da1b9f6ae1c97531b03ab (diff) | |
download | ffmpeg-3f3229cd109f5cdf1f1d6fe26f2864e32e029b53.tar.gz |
avformat: extracting NTP timestamp from RTCP
For muxing, it accepts
both 0 and AV_NOPTS_VALUE. For demuxing, it will present
AV_NOPTS_VALUE when start_time_realtime is unknown.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b28f96d26a..93e3112b03 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-03-11 - xxxxxxx - lavf 55.34.101 - avformat.h + Set AVFormatContext.start_time_realtime when demuxing. + 2014-xx-xx - xxxxxx - lavd 55.11.100 - avdevice.h Add av_input_audio_device_next(). Add av_input_video_device_next(). |