Commit 7a10510e authored by Stephen Warren's avatar Stephen Warren Committed by Aaron Plattner
Browse files

More doc issues pointed out by Xine authors.



  * Fix Doxygen warning; it gets confused by quotes.
  * Add subsection names, so part of the title doesn't get swallowed as the
    subsection name.
  * Document data required from MPEG-4 Part 2 & DivX bitstream.
Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 74b9e369
......@@ -372,12 +372,12 @@
* The exact data that should be passed to VDPAU is detailed below for each
* supported format:
*
* \subsection MPEG-1 and MPEG-2
* \subsection bitstream_mpeg1_mpeg2 MPEG-1 and MPEG-2
*
* Include all slices beginning with start codes 0x00000101 through
* 0x000001AF. The slice start code must be included for all slices.
*
* \subsection H.264
* \subsection bitstream_h264 H.264
*
* Include all NALs with nal_unit_type of 1 or 5 (coded slice of non-IDR/IDR
* picture respectively). The complete slice start code (including 0x000001
......@@ -391,7 +391,7 @@
* - Multiple bitstream buffer array entries (e.g. one per slice) may point at
* the same physical data storage for the slice start code prefix.
*
* \subsection VC-1 Simple and Main Profile
* \subsection bitstream_vc1_sp_mp VC-1 Simple and Main Profile
*
* VC-1 simple/main profile bitstreams always consist of a single slice per
* picture, and do not use start codes to delimit pictures. Instead, the
......@@ -405,7 +405,7 @@
* this header information explicitly must not be included in the bitstream
* data passed to VDPAU for this encoding format.
*
* \subsection VC-1 Advanced Profile
* \subsection bitstream_vc1_ap VC-1 Advanced Profile
*
* Include all slices beginning with start codes 0x0000010D (frame),
* 0x0000010C (field) or 0x0000010B (slice). The slice start code should be
......@@ -427,6 +427,11 @@
* prevention bytes present in the original bitstream; do not remove these
* from the bitstream.
*
* \subsection bitstream_mpeg4part2 MPEG-4 Part 2 and DivX
*
* Include all slices beginning with start codes 0x000001B6. The slice start
* code must be included for all slices.
*
* \section video_mixer_usage Video Mixer Usage
*
* \subsection video_surface_content VdpVideoSurface Content
......
......@@ -34,8 +34,8 @@
* \file vdpau_x11.h
* \brief X11 Window System Integration Layer
*
* This file contains the \ref api_winsys_x11 "X11 Window System
* Integration Layer".
* This file contains the \ref api_winsys_x11 X11 Window System
* Integration Layer.
*/
#ifndef _VDPAU_X11_H
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment