git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f79626
)
examples/muxing: remove misleading comment about pending API change
author
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Oct 2012 08:46:55 +0000
(10:46 +0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Oct 2012 19:39:12 +0000
(21:39 +0200)
The API was never changed since 2003. Replace with a comment about the
performed operation.
doc/examples/muxing.c
patch
|
blob
|
history
diff --git
a/doc/examples/muxing.c
b/doc/examples/muxing.c
index
2b7170a
..
78a079e
100644
(file)
--- a/
doc/examples/muxing.c
+++ b/
doc/examples/muxing.c
@@
-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);