Browse Source

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

Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
tags/n3.0
Michael Ira Krufky Michael Niedermayer 9 years ago
parent
commit
44a50feebe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/decklink_common.h

+ 1
- 1
libavdevice/decklink_common.h View File

@@ -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 */

Loading…
Cancel
Save