Changeset 3621
- Timestamp:
- Jul 12, 2011 7:28:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/sdl_dev.c
r3617 r3621 728 728 const pjmedia_video_format_info *vfi; 729 729 pjmedia_video_format_detail *vfd; 730 pj_bool_t notify_wnd_closed_event = PJ_FALSE; 731 pj_status_t saved_stream_status; 730 732 731 733 vfi = pjmedia_get_video_format_info(pjmedia_video_format_mgr_instance(), … … 847 849 } 848 850 849 static void hello_world()850 {851 }852 853 851 #if PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL 854 852 static void draw_gl(struct sdl_stream *stream, void *tex_buf)
Note: See TracChangeset
for help on using the changeset viewer.