]> git.sesse.net Git - ffmpeg/commit
avformat/apc: Remove unnecessary resetting of flags
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 10 Dec 2019 01:41:43 +0000 (02:41 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 11 Dec 2019 15:24:16 +0000 (16:24 +0100)
commit91f775e0c533374f1c94e1a094d19d269b70e1e7
tree12dada019e5ddda3d8439bca2f328c98af54dac8
parent78676ee8f81269937afdcaa2d9bb7bf77f53c1ba
avformat/apc: Remove unnecessary resetting of flags

The packet a demuxer receives is freshly initialized, hence it is
unnecessary to reset any flags on them (as none are set), yet apc did
this.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/apc.c