On Wed, 4 Jul 2012, Måns Rullgård wrote:

Martin Storsjö <[email protected]> writes:

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index b73da41..4c811bb 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -696,6 +696,12 @@ typedef struct MpegEncContext {

     int mpv_flags;      ///< flags set by private options
     int quantizer_noise_shaping;
+
+    /* error resilience stuff */
+    uint8_t *er_temp_buffer;
+
+    /* encoder */

That comment is rather uninformative.

Updated the comment to "temp buffers for rate control" locally.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to