Browse Source

added static

Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 24 years ago
parent
commit
13a7d16ede
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libav/img.c

+ 1
- 1
libav/img.c View File

@@ -162,7 +162,7 @@ static int yuv_read(VideoData *s, const char *filename, UINT8 *buf, int size1)
return 0; return 0;
} }


int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
static int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
{ {
VideoData *s = s1->priv_data; VideoData *s = s1->priv_data;
char filename[1024]; char filename[1024];


Loading…
Cancel
Save