[FFmpeg-cvslog] libavdevice/decklink_common.h: fix broken build due to missing `/`

Michael Ira Krufky git at videolan.org
Fri Jan 29 13:39:22 CET 2016


ffmpeg | branch: master | Michael Ira Krufky <mkrufky at linuxtv.org> | Fri Jan 29 06:49:46 2016 -0500| [44a50feebe1fa9ce16aaeedafde6e66fb770330e] | committer: Michael Niedermayer

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

Signed-off-by: Michael Ira Krufky <mkrufky at linuxtv.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44a50feebe1fa9ce16aaeedafde6e66fb770330e
---

 libavdevice/decklink_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 1e266d5..dff4fc1 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 */



More information about the ffmpeg-cvslog mailing list