projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
spelling
[libav.git]
/
libavcodec
/
mpegvideo.h
diff --git
a/libavcodec/mpegvideo.h
b/libavcodec/mpegvideo.h
index
f984f2d
..
36fb372
100644
(file)
--- a/
libavcodec/mpegvideo.h
+++ b/
libavcodec/mpegvideo.h
@@
-94,7
+94,7
@@
typedef struct ScanTable{
uint8_t permutated[64];
uint8_t raster_end[64];
#ifdef ARCH_POWERPC
- /** Used by dct_quanti
s
e_alitvec to find last-non-zero */
+ /** Used by dct_quanti
z
e_alitvec to find last-non-zero */
DECLARE_ALIGNED_8(uint8_t, inverse[64]);
#endif
} ScanTable;