Skip to content

Commit bf7c3be

Browse files
committed
chore: Code and docs cleanup
Change-Id: I2c4649f34c51f91ecd17fb2f58857000105bff75 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
1 parent 01694fb commit bf7c3be

4 files changed

Lines changed: 3 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
- [script]: Prepend bash with /usr/bin/env
429429
- [kmpp_buffer]: Close fd when deinit
430430
- [mpp_thread]: Fix thread name is not set
431-
- Rename FFmpeg to FF for sdk release request
431+
- Rename FF for sdk release request
432432
- [kmpp_obj]: Fix kmpp obj get by sptr
433433
- [h265d]: Ensure the DTS is transmitted to the frame
434434
- [kmpp_obj]: Rename kmpp_obj_impl_put func

kmpp/base/inc/kmpp_frame_impl.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ typedef struct KmppFrameImpl_t {
4343
MppFrameColorPrimaries color_primaries;
4444
MppFrameColorTransferCharacteristic color_trc;
4545

46-
/**
47-
* YUV colorspace type.
48-
* It must be accessed using av_frame_get_colorspace() and
49-
* av_frame_set_colorspace().
50-
* - encoding: Set by user
51-
* - decoding: Set by libavcodec
52-
*/
5346
MppFrameColorSpace colorspace;
5447
MppFrameChromaLocation chroma_location;
5548

mpp/base/inc/mpp_frame_impl.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@ struct MppFrameImpl_t {
135135
MppFrameColorPrimaries color_primaries;
136136
MppFrameColorTransferCharacteristic color_trc;
137137

138-
/**
139-
* YUV colorspace type.
140-
* It must be accessed using av_frame_get_colorspace() and
141-
* av_frame_set_colorspace().
142-
* - encoding: Set by user
143-
* - decoding: Set by libavcodec
144-
*/
145138
MppFrameColorSpace colorspace;
146139
MppFrameChromaLocation chroma_location;
147140

readme.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@ NOTE:
3434
RV1108/RV1107
3535
RV1109/RV1126
3636
3. Mpp support all format hardware can support except VC1.
37-
4. you can get demo about mpp applied to linux and android.
38-
Liunx : https://github.com/WainDing/mpp_linux_cpp
39-
https://github.com/MUZLATAN
40-
https://github.com/nyanmisaka
41-
Android : https://github.com/c-xh/RKMediaCodecDemo
42-
5. offical github: https://github.com/rockchip-linux/mpp
37+
4. offical github: https://github.com/rockchip-linux/mpp
4338
develop github: https://github.com/HermanChen/mpp
4439
develop gitee : https://gitee.com/hermanchen82/mpp
45-
6. Commit message format should base on https://keepachangelog.com/en/1.0.0/
40+
5. Commit message format should base on https://keepachangelog.com/en/1.0.0/
4641

4742
More document can be found at http://opensource.rock-chips.com/wiki_Mpp
4843

0 commit comments

Comments
 (0)