diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 17:00:28 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 17:00:28 +0000 |
commit | 23779221922c2e97e96402236710f4a043b27208 (patch) | |
tree | 094367e0c0d22f08a7bb8ea0e9355aa09ef97db0 | |
parent | fc9c2d53c39fac446b7b05db639ee4ccb39e37d4 (diff) | |
download | ffmpeg-23779221922c2e97e96402236710f4a043b27208.tar.gz |
Remove unneeded NULL at end of struct.
Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 766d4a99a1..aeae62a7bd 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = { img_read_header, img_read_packet, img_read_close, - NULL, }; #endif |