mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-12 17:50:00 +00:00
examples/muxing: remove misleading comment about pending API change
The API was never changed since 2003. Replace with a comment about the performed operation.
This commit is contained in:
parent
1f7962625c
commit
5ca298df2d
@ -341,8 +341,7 @@ static void write_video_frame(AVFormatContext *oc, AVStream *st)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (oc->oformat->flags & AVFMT_RAWPICTURE) {
|
if (oc->oformat->flags & AVFMT_RAWPICTURE) {
|
||||||
/* Raw video case - the API will change slightly in the near
|
/* Raw video case - directly store the picture in the packet */
|
||||||
* future for that. */
|
|
||||||
AVPacket pkt;
|
AVPacket pkt;
|
||||||
av_init_packet(&pkt);
|
av_init_packet(&pkt);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user