snowenc: add no_bitstream option.

This allows making e.g. MPlayer's -vf uspp filter about 20% faster.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2012-03-10 19:59:44 +01:00
parent c4e0d845e2
commit 6fe8cb7d70
2 changed files with 3 additions and 0 deletions

View file

@ -158,6 +158,7 @@ typedef struct SnowContext{
unsigned me_cache_generation;
slice_buffer sb;
int memc_only;
int no_bitstream;
MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to eventually make the motion estimation independent of MpegEncContext, so this will be removed then (FIXME/XXX)