diff options
author | Michael Ira Krufky | 2016-01-29 06:49:46 -0500 |
---|---|---|
committer | Michael Niedermayer | 2016-01-29 13:29:47 +0100 |
commit | 44a50feebe1fa9ce16aaeedafde6e66fb770330e (patch) | |
tree | 9ae75a583f37bd08d1c01bb5bb774ab730ade480 /libavdevice | |
parent | 2d163cbdabae0a5966a9fd4063af83599f3146d5 (diff) |
libavdevice/decklink_common.h: fix broken build due to missing `/`
Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/decklink_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h index 1e266d5478..dff4fc1cec 100644 --- a/libavdevice/decklink_common.h +++ b/libavdevice/decklink_common.h @@ -106,4 +106,4 @@ int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t directio int ff_decklink_list_devices(AVFormatContext *avctx); int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT); -#endif /* AVDEVICE_DECKLINK_COMMON_H * +#endif /* AVDEVICE_DECKLINK_COMMON_H */ |