]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR (bitrate is equal to rc_ma...
[ffmpeg] / libavcodec / snow.h
index 447859f488d93aa32ed384275f90e4a8a8ca9a15..a16ca0cd965cffa52d4899f9d62e7319ab135ff2 100644 (file)
@@ -176,6 +176,7 @@ typedef struct SnowContext{
     int memc_only;
     int no_bitstream;
     int intra_penalty;
+    int motion_est;
 
     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)