Changeset 33540 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Frontends/VBoxHeadless
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp
r33464 r33540 515 515 * store the pixel format, not the colour depth internally, since 516 516 * when display sets FramebufferPixelFormat_Opaque, it 517 * wants to retr eive FramebufferPixelFormat_Opaque and517 * wants to retrieve FramebufferPixelFormat_Opaque and 518 518 * nothing else. 519 519 * -
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp
r31700 r33540 282 282 * store the pixel format, not the colour depth internally, since 283 283 * when display sets FramebufferPixelFormat_Opaque, it 284 * wants to retr eive FramebufferPixelFormat_Opaque and284 * wants to retrieve FramebufferPixelFormat_Opaque and 285 285 * nothing else. 286 286 * … … 598 598 * @param supported pointer to result variable 599 599 * 600 * As far as I know, the only restr uction we have on video modes is that600 * As far as I know, the only restriction we have on video modes is that 601 601 * we have to have an even number of horizontal and vertical pixels. 602 602 * I sincerely doubt that anything else will be requested, and if it … … 760 760 pCodecContext->pix_fmt = PIX_FMT_YUV420P; 761 761 /* taken from the ffmpeg output example */ 762 // some formats want stream headers to be sep erate762 // some formats want stream headers to be separate 763 763 if (!strcmp(pOutFormat->name, "mp4") 764 764 || !strcmp(pOutFormat->name, "mov")
Note:
See TracChangeset
for help on using the changeset viewer.