mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
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:
parent
c4e0d845e2
commit
6fe8cb7d70
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue