GNOME Bugzilla – Bug 748527
mpegtspacketizer: Change return value in find_subtable
Last modified: 2015-04-28 13:54:08 UTC
return type of find_subtable is static pointer. I think that return value should be change to NULL.
Created attachment 302452 [details] [review] mpegtspacketizer: Change return value in find_subtable return type of find_subtable is static pointer. I think that return value should be change to NULL.
Created attachment 302494 [details] [review] mpegtspacketizer: Change return value in find_subtable return type of find_subtable is static pointer. I think that return value should be change to NULL.
Thanks, pushed: commit 365375a1def4d54dcf3dbc261ef2cb3486a744f6 Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Mon Apr 27 22:44:28 2015 +0900 mpegtspacketizer: fix find_subtable() return value find_subtable() returns a pointer, so return NULL and not FALSE when nothing is found. https://bugzilla.gnome.org/show_bug.cgi?id=748527