git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added basic png handling
[ffmpeg.git]
/
libavformat
/
avformat.h
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
504eb2b
..
8aa5330
100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-235,6
+235,7
@@
extern AVImageFormat pgm_image_format;
extern AVImageFormat ppm_image_format;
extern AVImageFormat pgmyuv_image_format;
extern AVImageFormat yuv_image_format;
+extern AVImageFormat png_image_format;
/* XXX: use automatic init with either ELF sections or C file parser */
/* modules */