]> git.sesse.net Git - ffmpeg/commit
avformat/avformat: Update AVInputFormat.read_packet documentation
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Jan 2020 13:55:39 +0000 (14:55 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 14 Jan 2020 22:00:35 +0000 (23:00 +0100)
commitb55c6b8c40e09a1a8076bbc8b4a804801bec530c
tree0f8591248400fceb0875a340d11e6a5ed843142e
parent56a04b7c38e15b5a698ca15bc3e940f06777e315
avformat/avformat: Update AVInputFormat.read_packet documentation

Since bae8844e351, the packet is automatically unreferenced in
ff_read_packet() when an error is returned; but the documentation of
this of AVInputFormat.read_packet has not been updated accordingly.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/avformat.h