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:
dbc598b
)
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
author
Juanjo
<pulento@users.sourceforge.net>
Tue, 9 Apr 2002 00:37:06 +0000
(
00:37
+0000)
committer
Juanjo
<pulento@users.sourceforge.net>
Tue, 9 Apr 2002 00:37:06 +0000
(
00:37
+0000)
Thanks to D Richard Felker III for his comments.
Originally committed as revision 392 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
9eab3d0
..
1859fe3
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-39,7
+39,7
@@
enum CodecType {
};
enum PixelFormat {
-
//PIX_FMT_ANY
,
+
PIX_FMT_ANY = -1
,
PIX_FMT_YUV420P,
PIX_FMT_YUV422,
PIX_FMT_RGB24,