diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-11-11 09:07:32 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-11-11 09:07:32 +0000 |
commit | c18a2692d2d1916ea9f2bb56803c4069b0213bc7 (patch) | |
tree | ee5c6bb97d179ee8904296b7b5ea703646ae5689 /libav/crc.c | |
parent | df1c67addae53ba2d5ab1bc66700da78506c993e (diff) | |
download | ffmpeg-c18a2692d2d1916ea9f2bb56803c4069b0213bc7.tar.gz |
* cleanup statics & const
Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/crc.c')
-rw-r--r-- | libav/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/crc.c b/libav/crc.c index dddc6e7588..553ab537cb 100644 --- a/libav/crc.c +++ b/libav/crc.c @@ -91,7 +91,7 @@ static int crc_write_trailer(struct AVFormatContext *s) return 0; } -AVOutputFormat crc_format = { +static AVOutputFormat crc_format = { "crc", "crc testing format", NULL, |