GNOME Bugzilla – Bug 745276
avidemux: remove not needed code
Last modified: 2015-03-04 09:20:00 UTC
I cleanup some code in gst_avi_demux_handle_src_query. In this function, we already check about stream is vbr or not at the upper line. So, we don't need to check this condition. because stream is not vbr 100% in this case.
Created attachment 298067 [details] [review] remove not needed code remove not needed code
commit 42599eab7658b7fbe844a13310b2771a72ca9c90 Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Fri Feb 27 18:12:09 2015 +0900 avidemux: remove not needed code In gst_avi_demux_handle_src_query, there is not needed code. We already check about stream is vbr or not at the upper line. o, we don't need to check this condition becase stream is not vbr 100% in this case. https://bugzilla.gnome.org/show_bug.cgi?id=745276
*** Bug 745523 has been marked as a duplicate of this bug. ***