Skip to content
Snippets Groups Projects
Commit 44a50fee authored by Michael Ira Krufky's avatar Michael Ira Krufky Committed by Michael Niedermayer
Browse files

libavdevice/decklink_common.h: fix broken build due to missing `/`

parent 2d163cbd
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment