]> git.sesse.net Git - ffmpeg/commit
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
authorwm4 <nfxjfg@googlemail.com>
Sat, 26 Sep 2015 16:13:55 +0000 (18:13 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 29 Sep 2015 12:33:00 +0000 (14:33 +0200)
commit948f3c19a8bd069768ca411212aaf8c1ed96b10d
tree159e78bd8057aa0d7ff10fac4577ce8bb5170576
parentd00bb8addccb63fa3feacb06d2a310731dc0113b
lavc: Make AVPacket.duration int64, and deprecate convergence_duration

Note that convergence_duration had another meaning, one which was in
practice never used. The only real use for it was a 64 bit replacement
for the duration field. It's better just to make duration 64 bits, and
to get rid of it.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
14 files changed:
doc/APIchanges
libavcodec/audio_frame_queue.c
libavcodec/audio_frame_queue.h
libavcodec/avcodec.h
libavcodec/avpacket.c
libavcodec/parser.c
libavcodec/version.h
libavformat/framecrcenc.c
libavformat/matroskadec.c
libavformat/matroskaenc.c
libavformat/md5enc.c
libavformat/mov.c
libavformat/r3d.c
libavformat/utils.c