X-Git-Url: http://git.maemo.org/git/?p=mardrone;a=blobdiff_plain;f=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FExamples%2FWin32%2Fsdk_demo%2FSources%2FVideo%2Fvideo_stage.h;fp=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FExamples%2FWin32%2Fsdk_demo%2FSources%2FVideo%2Fvideo_stage.h;h=3232125c8a2cd5cb26f6c9317988919124bbcf76;hp=0000000000000000000000000000000000000000;hb=9ec9bc13b75d30bc45535c54a652934debfcea92;hpb=ae0a3c2dc0898400aca0dd6b439c5db8044db7b2 diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/Video/video_stage.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/Video/video_stage.h new file mode 100644 index 0000000..3232125 --- /dev/null +++ b/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/Video/video_stage.h @@ -0,0 +1,17 @@ +/******************************************************************** + * COPYRIGHT PARROT 2010 + ******************************************************************** + * PARROT - A.R.Drone SDK Windows Client Example + *-----------------------------------------------------------------*/ + +#ifndef _VIDEO_STAGE_H +#define _VIDEO_STAGE_H + +#include +#include + +/* Declares the thread in charge of reading +the video socket and decoding the video stream. */ +PROTO_THREAD_ROUTINE(video_stage, data); + +#endif