mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 22:10:34 +00:00
added static
Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eea23282fa
commit
13a7d16ede
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user