This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
examples/muxing: remove misleading comment about pending API change
The API was never changed since 2003. Replace with a comment about the performed operation.
tags/n1.1
Stefano Sabatini
12 years ago
parent
1f7962625c
commit
5ca298df2d
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
doc/examples/muxing.c
+ 1
- 2
doc/examples/muxing.c
View File
@@ -341,8 +341,7 @@ static void write_video_frame(AVFormatContext *oc, AVStream *st)
}
if (oc->oformat->flags & AVFMT_RAWPICTURE) {
/* Raw video case - the API will change slightly in the near
* future for that. */
/* Raw video case - directly store the picture in the packet */
AVPacket pkt;
av_init_packet(&pkt);
Write
Preview
Loading…
Cancel
Save