mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-19 13:27:00 +00:00
lavf: fix av_interleaved_write_frame() doxy.
A sentence was mistakenly inserted in the middle of another sentence.
This commit is contained in:
parent
717a450993
commit
9221efef79
@ -1463,10 +1463,10 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt);
|
|||||||
* @param s media file handle
|
* @param s media file handle
|
||||||
* @param pkt The packet containing the data to be written. Libavformat takes
|
* @param pkt The packet containing the data to be written. Libavformat takes
|
||||||
* ownership of the data and will free it when it sees fit using the packet's
|
* ownership of the data and will free it when it sees fit using the packet's
|
||||||
* This can be NULL (at any time, not just at the end), to flush the
|
|
||||||
* interleaving queues.
|
|
||||||
* @ref AVPacket.destruct "destruct" field. The caller must not access the data
|
* @ref AVPacket.destruct "destruct" field. The caller must not access the data
|
||||||
* after this function returns, as it may already be freed.
|
* after this function returns, as it may already be freed.
|
||||||
|
* This can be NULL (at any time, not just at the end), to flush the
|
||||||
|
* interleaving queues.
|
||||||
* Packet's @ref AVPacket.stream_index "stream_index" field must be set to the
|
* Packet's @ref AVPacket.stream_index "stream_index" field must be set to the
|
||||||
* index of the corresponding stream in @ref AVFormatContext.streams
|
* index of the corresponding stream in @ref AVFormatContext.streams
|
||||||
* "s.streams".
|
* "s.streams".
|
||||||
|
Loading…
Reference in New Issue
Block a user