]> git.sesse.net Git - ffmpeg/commit
avformat/mpjpegdec: Remove redundant initializations
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Jan 2020 13:55:43 +0000 (14:55 +0100)
committerMarton Balint <cus@passwd.hu>
Mon, 10 Feb 2020 23:15:19 +0000 (00:15 +0100)
commitdd81f73946b85134441c0a917dc4dadf7b70ba85
treef9a8f0e7f94847f79f69ad04c83c2ffb1e6ccdaa
parent212077eda46c4c3eb644774d2b1ccbeb3e322fff
avformat/mpjpegdec: Remove redundant initializations

The AVPacket destined for a demuxer's output has already been
initialized before it reaches the demuxer.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpjpegdec.c