GNOME Bugzilla – Bug 748349
mpegvideo_enc: initialize variables to prevent wrong info
Last modified: 2015-04-23 11:55:28 UTC
When mb info is being updated pred_x and pred_y are not initialized and the values for same are got only when CONFIG_H263_ENCODER is defined. This might result in wrong info being encoded.
Created attachment 302195 [details] [review] initialize variables before using
Thanks for the patch, but we don't patch our libavcodec checkout locally. Please submit this patch to the libav project, then it will hopefully be pulled in next time we update libav versions.