projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9c2d5
)
Remove unneeded NULL at end of struct.
author
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 17:00:28 +0000
(17:00 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 17:00:28 +0000
(17:00 +0000)
Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/img2.c
patch
|
blob
|
history
diff --git
a/libavformat/img2.c
b/libavformat/img2.c
index 766d4a99a17688b26379ae1bce15aee969163412..aeae62a7bd54b9c26485bbd83387e3473dfc7d5b 100644
(file)
--- a/
libavformat/img2.c
+++ b/
libavformat/img2.c
@@
-399,7
+399,6
@@
AVInputFormat image2pipe_demuxer = {
img_read_header,
img_read_packet,
img_read_close,
- NULL,
};
#endif