useless null

Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-03-14 13:10:49 +00:00
parent 82213f68ba
commit 4e9b8211b0
1 changed files with 0 additions and 1 deletions

View File

@ -430,6 +430,5 @@ AVOutputFormat image2pipe_muxer = {
CODEC_ID_MJPEG,
img_write_header,
img_write_packet,
NULL,
};
#endif