GNOME Bugzilla – Bug 731707
tsdemux: remove unused const variables
Last modified: 2014-06-22 11:35:37 UTC
Remove unused const variables which are reported as errors by clang on osx 10.9. I'm not sure if those variable are really useful or not.
Created attachment 278520 [details] [review] tsdemux: remove unused const variables
/* Return offset of ... */ gboolean ... Doesn't look quite right yet :)
Created attachment 278521 [details] [review] tsdemux: remove unused const variables Update description of GstTsDemuxKeyFrameScanFunction.
Looks like Sebastian fixed it independently and made the same mistake :) In any case, fixed now. (Didn't take your patch because it didn't apply any more and because the wording was specific to H.264 but the function is generic theoretically)