mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
theoradec: remove usless checking of return val.
fixes https://bugzilla.gnome.org/show_bug.cgi?id=676525
This commit is contained in:
parent
d42a197c04
commit
663abda778
1 changed files with 0 additions and 2 deletions
|
@ -711,8 +711,6 @@ theora_handle_data_packet (GstTheoraDec * dec, ogg_packet * packet,
|
|||
goto wrong_dimensions;
|
||||
|
||||
result = theora_handle_image (dec, buf, frame);
|
||||
if (result != GST_FLOW_OK)
|
||||
return result;
|
||||
|
||||
return result;
|
||||
|
||||
|
|
Loading…
Reference in a new issue