]> git.sesse.net Git - ffmpeg/commit
avformat/avidec: Simplify compile-time check for DV demuxer
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 13:18:11 +0000 (14:18 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 27 Jan 2021 10:53:22 +0000 (11:53 +0100)
commitd64d30bd255f96214a6d63c2fdc9f9e66a516eb7
tree4f2dd5140d44bfd86e3f389aa299921766a39794
parenta9d23d33a1fae81a1f99ecf328a5ee154eb4b986
avformat/avidec: Simplify compile-time check for DV demuxer

1b373b41d940e3058cdfb3d17703e23ed665353c made it a bit harder to find
out that a call to avpriv_dv_produce_packet is dead when the DV demuxer
is disabled; too hard for GCC on -O0. So simplify the check a bit.

Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/avidec.c