projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b375b
)
Fix typo.
author
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 00:46:36 +0000
(
00:46
+0000)
committer
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 00:46:36 +0000
(
00:46
+0000)
Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c
patch
|
blob
|
history
diff --git
a/libavcodec/utils.c
b/libavcodec/utils.c
index
aeb9b0a
..
d00fcc2
100644
(file)
--- a/
libavcodec/utils.c
+++ b/
libavcodec/utils.c
@@
-1276,7
+1276,7
@@
void avcodec_init(void)
}
/**
- * Flush buffers, should be called when seeking or when swi
ct
hing to a different stream.
+ * Flush buffers, should be called when seeking or when swi
tc
hing to a different stream.
*/
void avcodec_flush_buffers(AVCodecContext *avctx)
{