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:
098b416
)
Change one more variable type from int to enum PixelFormat.
author
Aurelien Jacobs
<aurel@gnuage.org>
Wed, 8 Oct 2008 11:59:01 +0000
(11:59 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Wed, 8 Oct 2008 11:59:01 +0000
(11:59 +0000)
This one was missing from r27727.
Originally committed as revision 27728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c
patch
|
blob
|
history
diff --git
a/libswscale/swscale.c
b/libswscale/swscale.c
index
d5191c2
..
7b8fcc5
100644
(file)
--- a/
libswscale/swscale.c
+++ b/
libswscale/swscale.c
@@
-2096,7
+2096,7
@@
int sws_getColorspaceDetails(SwsContext *c, int **inv_table, int *srcRange, int
return 0;
}
-static int handle_jpeg(
in
t *format)
+static int handle_jpeg(
enum PixelForma
t *format)
{
switch (*format) {
case PIX_FMT_YUVJ420P: