Remove unneeded NULL at end of struct.
authorRamiro Polla <ramiro.polla@gmail.com>
Fri, 6 Jun 2008 17:00:28 +0000 (17:00 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Fri, 6 Jun 2008 17:00:28 +0000 (17:00 +0000)
Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img2.c

index 766d4a99a17688b26379ae1bce15aee969163412..aeae62a7bd54b9c26485bbd83387e3473dfc7d5b 100644 (file)
@@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = {
     img_read_header,
     img_read_packet,
     img_read_close,
-    NULL,
 };
 #endif