projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34397b
)
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
author
Michel Bardiaux
<mbardiaux@peaktime.be>
Tue, 23 Jan 2007 09:24:41 +0000
(09:24 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 23 Jan 2007 09:24:41 +0000
(09:24 +0000)
Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
cebe628
..
4467dda
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-257,7
+257,7
@@
int av_dup_packet(AVPacket *pkt)
}
/**
- *
Allocate the payload of a packet and intialized its fields to default values
.
+ *
Check whether filename actually is a numbered sequence generator
.
*
* @param filename possible numbered sequence string
* @return 1 if a valid numbered sequence string, 0 otherwise.