Commit 00a75000 authored by Kostya Shishkov's avatar Kostya Shishkov

In-loop deblocking filter for VC-1 decoder

Originally committed as revision 14344 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 144b46f2
This diff is collapsed.
......@@ -304,6 +304,8 @@ typedef struct VC1Context{
int p_frame_skipped;
int bi_type;
int x8_type;
uint32_t *cbp_base, *cbp;
} VC1Context;
#endif /* FFMPEG_VC1_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment