[FFmpeg-cvslog] r13673 - trunk/libavformat/img2.c

ramiro subversion
Fri Jun 6 19:00:28 CEST 2008


Author: ramiro
Date: Fri Jun  6 19:00:28 2008
New Revision: 13673

Log:
Remove unneeded NULL at end of struct.

Modified:
   trunk/libavformat/img2.c

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	(original)
+++ trunk/libavformat/img2.c	Fri Jun  6 19:00:28 2008
@@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = {
     img_read_header,
     img_read_packet,
     img_read_close,
-    NULL,
 };
 #endif
 




More information about the ffmpeg-cvslog mailing list