On 04/27/2013 06:57 PM, Diego Biurrun wrote: > The return value provides no useful information and removing the printing > avoids the following warning: > libavcodec/h264_refs.c:788:15: warning: 'i' may be used uninitialized in this > function [-Wuninitialized] > --- > > Maybe third time's the charm. The return value is either 0 or -1 and > thus there is no point printing it. > > libavcodec/h264_refs.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Even better then. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
