git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcf24f
)
remove debug variable
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 9 Nov 2007 21:47:36 +0000
(21:47 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 9 Nov 2007 21:47:36 +0000
(21:47 +0000)
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/intrax8.h
patch
|
blob
|
history
diff --git
a/libavcodec/intrax8.h
b/libavcodec/intrax8.h
index
0bbe72d
..
43ce58e
100644
(file)
--- a/
libavcodec/intrax8.h
+++ b/
libavcodec/intrax8.h
@@
-42,9
+42,6
@@
typedef struct{
int chroma_orient;
int orient;
int est_run;
-//#ifdef DEBUG
- int mode_index[10];//debug only
-//#endif
} IntraX8Context;
void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);