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
vc1_split should be static
Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov
18 years ago
parent
2b100ab2bf
commit
047549d382
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/vc1.c
+ 1
- 1
libavcodec/vc1.c
View File
@@ -4601,7 +4601,7 @@ static int vc1_parse(AVCodecParserContext *s,
return next;
}
int vc1_split(AVCodecContext *avctx,
static
int vc1_split(AVCodecContext *avctx,
const uint8_t *buf, int buf_size)
{
int i;
Write
Preview
Loading…
Cancel
Save