diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-14 13:10:49 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-14 13:10:49 +0000 |
commit | 4e9b8211b045eed2163c58c93808d87d606ce7dc (patch) | |
tree | a92fa91ca6c89cf8ae9c769e2212a1ff0851e0e8 | |
parent | 82213f68ba82a6f668b3374443dd660b95f3e382 (diff) | |
download | ffmpeg-4e9b8211b045eed2163c58c93808d87d606ce7dc.tar.gz |
useless null
Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 68fcbc4536..ca4da723c9 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -430,6 +430,5 @@ AVOutputFormat image2pipe_muxer = { CODEC_ID_MJPEG, img_write_header, img_write_packet, - NULL, }; #endif |