summaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_dec.cpp
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-06-01 11:51:40 +0200
committerAndreas Rheinhardt <[email protected]>2020-06-08 01:22:34 +0200
commitd29aaf12f4f6af4490604852b066ff8cd58104ed (patch)
tree87e514530a506defb8b220bffd281477d80c9fde /libavdevice/decklink_dec.cpp
parent27c42d33bce9fa10fc91c54be3751565d5a4eae3 (diff)
avcodec/v4l2_m2m_enc: Avoid ;;
Inside a function, the second ; in a double ;; is a null statement, but outside of functions a double ;; is simply invalid C that compilers happen to accept. v4l2_m2m_enc.c contained several ;; as a result of macro-expansion. So change the underlying macro so that it doesn't happen any longer. This fixes warnings when compiling with -pedantic: "ISO C does not allow extra ‘;’ outside of a function". Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavdevice/decklink_dec.cpp')
0 files changed, 0 insertions, 0 deletions