avidemux: remove not needed code
authorJimmy Ohn <yongjin.ohn@lge.com>
Fri, 27 Feb 2015 09:12:09 +0000 (18:12 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 4 Mar 2015 09:08:21 +0000 (10:08 +0100)
commit42599eab7658b7fbe844a13310b2771a72ca9c90
tree2e3b7bb6a283b77fb94a94923f5925f6f54b234b
parent50ac949a0f8e9f0d134b65bf2793e0e0a5427f9e
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
gst/avi/gstavidemux.c