From 23779221922c2e97e96402236710f4a043b27208 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 6 Jun 2008 17:00:28 +0000 Subject: Remove unneeded NULL at end of struct. Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/img2.c') 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 -- cgit v1.2.3