cosmetics: drop some pointless parentheses

This commit is contained in:
Diego Biurrun
2012-01-07 19:07:42 +01:00
parent 079688b6cb
commit 3dc99a18d4
22 changed files with 48 additions and 49 deletions

View File

@ -829,7 +829,7 @@ static int frame_thread_init(AVCodecContext *avctx)
err = AVERROR(ENOMEM);
goto error;
}
*(copy->internal) = *(src->internal);
*copy->internal = *src->internal;
copy->internal->is_copy = 1;
if (codec->init_thread_copy)