提交 13a7d16e 编写于 作者: F Fabrice Bellard

added static


Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 eea23282
......@@ -162,7 +162,7 @@ static int yuv_read(VideoData *s, const char *filename, UINT8 *buf, int size1)
return 0;
}
int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
static int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
{
VideoData *s = s1->priv_data;
char filename[1024];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册