Changeset 7485 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Mar 18, 2008 10:39:31 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp
r7472 r7485 755 755 } 756 756 } 757 return S_OK; 757 758 } 758 759 -
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h
r7408 r7485 34 34 # include <avcodec.h> 35 35 # include <avformat.h> 36 # undef DEBUG 36 37 # define DEBUG VBOX_DEBUG_FF 37 38 #else /* DEBUG not defined */
Note:
See TracChangeset
for help on using the changeset viewer.