Commit 52a1f647 authored by kostya's avatar kostya

In-loop deblocking filter for VC-1 decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14344 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5f75185e
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