Commit 2b5d8573 authored by ramiro's avatar ramiro

Remove unneeded NULL at end of struct.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13673 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44ceb1df
...@@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = { ...@@ -399,7 +399,6 @@ AVInputFormat image2pipe_demuxer = {
img_read_header, img_read_header,
img_read_packet, img_read_packet,
img_read_close, img_read_close,
NULL,
}; };
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment