This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
remove debug variable
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
17 years ago
parent
cdcf24f87c
commit
dfb32930df
1 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/intrax8.h
+ 0
- 3
libavcodec/intrax8.h
View File
@@ -42,9 +42,6 @@ typedef struct{
int chroma_orient;
int chroma_orient;
int orient;
int orient;
int est_run;
int est_run;
//#ifdef DEBUG
int mode_index[10];//debug only
//#endif
} IntraX8Context;
} IntraX8Context;
void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);
void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);
Write
Preview
Loading…
Cancel
Save