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:
2791c60
)
100l forgot return type.
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 4 Oct 2008 01:11:04 +0000
(
01:11
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 4 Oct 2008 01:11:04 +0000
(
01:11
+0000)
Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_parser.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_parser.c
b/libavcodec/h264_parser.c
index bc3a2c021d70712a295258418048cafa633525d5..e0973bf6e0f25d4e5753197fc81d6f73fae447c6 100644
(file)
--- a/
libavcodec/h264_parser.c
+++ b/
libavcodec/h264_parser.c
@@
-139,7
+139,7
@@
static int h264_split(AVCodecContext *avctx,
return 0;
}
-static close(AVCodecParserContext *s)
+static
void
close(AVCodecParserContext *s)
{
H264Context *h = s->priv_data;
ParseContext *pc = &h->s.parse_context;