Commit f8b1ec11 authored by glantau's avatar glantau

added static


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@93 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0edd0b4e
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment