]> git.sesse.net Git - ffmpeg/commit
avcodec/truemotion2: Remove redundant initializations
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 27 Sep 2020 12:31:46 +0000 (14:31 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 6 Nov 2020 12:57:49 +0000 (13:57 +0100)
commit52cd5508cce5ce9af1031df11824ed9354186e3b
tree9179821b56362c742986f5d4cd4a3561e1cf4f0f
parent9eb22ca804c328e52759d93fa8196b58ad76b205
avcodec/truemotion2: Remove redundant initializations

The codec's private context has already been zeroed generically.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/truemotion2.c