mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
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>
This commit is contained in:
parent
56a04b7c38
commit
b55c6b8c40
@ -715,8 +715,7 @@ typedef struct AVInputFormat {
|
|||||||
* AVFMTCTX_NOHEADER is used and only in the calling thread (not in a
|
* AVFMTCTX_NOHEADER is used and only in the calling thread (not in a
|
||||||
* background thread).
|
* background thread).
|
||||||
* @return 0 on success, < 0 on error.
|
* @return 0 on success, < 0 on error.
|
||||||
* When returning an error, pkt must not have been allocated
|
* Upon returning an error, pkt must be unreferenced by the caller.
|
||||||
* or must be freed before returning
|
|
||||||
*/
|
*/
|
||||||
int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
|
int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user