git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
30f3f62
)
lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}
author
Anton Khirnov
<anton@khirnov.net>
Sun, 8 Apr 2012 10:31:56 +0000
(12:31 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Mon, 9 Apr 2012 19:13:49 +0000
(21:13 +0200)
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
93779d2
..
7bcd7d2
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-762,6
+762,7
@@
enum AVPacketSideDataType {
/**
* An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
/**
* An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
+ * @code
* u32le param_flags
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT)
* s32le channel_count
* u32le param_flags
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT)
* s32le channel_count
@@
-772,6
+773,7
@@
enum AVPacketSideDataType {
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS)
* s32le width
* s32le height
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS)
* s32le width
* s32le height
+ * @endcode
*/
AV_PKT_DATA_PARAM_CHANGE,
*/
AV_PKT_DATA_PARAM_CHANGE,
@@
-783,6
+785,7
@@
enum AVPacketSideDataType {
* as long as the distance between macroblocks in the info is smaller
* than the target payload size.
* Each MB info structure is 12 bytes, and is laid out as follows:
* as long as the distance between macroblocks in the info is smaller
* than the target payload size.
* Each MB info structure is 12 bytes, and is laid out as follows:
+ * @code
* u32le bit offset from the start of the packet
* u8 current quantizer at the start of the macroblock
* u8 GOB number
* u32le bit offset from the start of the packet
* u8 current quantizer at the start of the macroblock
* u8 GOB number
@@
-791,6
+794,7
@@
enum AVPacketSideDataType {
* u8 vertical MV predictor
* u8 horizontal MV predictor for block number 3
* u8 vertical MV predictor for block number 3
* u8 vertical MV predictor
* u8 horizontal MV predictor for block number 3
* u8 vertical MV predictor for block number 3
+ * @endcode
*/
AV_PKT_DATA_H263_MB_INFO,
};
*/
AV_PKT_DATA_H263_MB_INFO,
};