Remove unneeded NULL at end of struct.

Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Ramiro Polla 17 years ago
parent fc9c2d53c3
commit 2377922192
  1. 1
      libavformat/img2.c

@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = {
img_read_header,
img_read_packet,
img_read_close,
NULL,
};
#endif

Loading…
Cancel
Save