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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user