]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
aacenc: cosmetics: move init() and end() to the bottom of the file.
[ffmpeg] / libavcodec / mpegvideo.h
index 6483893c1ac293f01ee087615f67ce232dd716da..3473e6d8f73672d0b43968f38f26687d178f2649 100644 (file)
@@ -268,6 +268,7 @@ typedef struct MpegEncContext {
     int start_mb_y;            ///< start mb_y of this thread (so current thread should process start_mb_y <= row < end_mb_y)
     int end_mb_y;              ///< end   mb_y of this thread (so current thread should process start_mb_y <= row < end_mb_y)
     struct MpegEncContext *thread_context[MAX_THREADS];
+    int slice_context_count;   ///< number of used thread_contexts
 
     /**
      * copy of the previous picture structure.