OSDN Git Service

Remove incorrect return statement from avcodec_thread_free()
authorMans Rullgard <mans@mansr.com>
Thu, 10 Feb 2011 12:21:19 +0000 (12:21 +0000)
committerMans Rullgard <mans@mansr.com>
Thu, 10 Feb 2011 14:17:24 +0000 (14:17 +0000)
commitb4668274b944abae61759e796c5cc36ade510f24
treec300be564eec90057ce50e3282fbd24a5564ea44
parentdbb09ec23f16cb5e4ec3d4e0911dae0beb95869b
Remove incorrect return statement from avcodec_thread_free()

The function return type is void, so a return statement with an
expression is forbidden (and pointless).

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/utils.c