OSDN Git Service

Remove useless NULL check.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 26 Jul 2011 20:28:26 +0000 (22:28 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 26 Jul 2011 20:34:44 +0000 (22:34 +0200)
commit7cbb856efe6ccab7485bb96ad3887472a6519ffa
tree7dd3b90c353c47412ef6d9f302d846ba2dffb238
parent788d8399385361a88e5d7bd4377cf38fb1488544
Remove useless NULL check.

We dereferenced the pointer two lines above, no point in
checking for NULL afterwards.
In addition it cannot be NULL the way it was initialized
just one line further above.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavcodec/dv.c