OSDN Git Service

hevc: Simplify logical check
authorVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 2 Oct 2015 10:43:48 +0000 (12:43 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 4 Oct 2015 11:08:58 +0000 (13:08 +0200)
commitb8b13acd70a1c1b6c044f967d78cb82f1a53887b
treebf9aa5a186f256bc94d482201001bb520863cc31
parent10aa6f9db44e96977e7155fdc3e62619e0e00a15
hevc: Simplify logical check

The intended meaning is "if this block is the first block in a slice then
its left boundary is a slice boundary". Silence a logical-not-parentheses
warning from gcc.
libavcodec/hevc.c