mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-24 01:41:30 +00:00
feat: change ffmpeg to 4.1.3
This commit is contained in:
parent
6c5b0ac5be
commit
10d1bf11b5
48 changed files with 124 additions and 17 deletions
8
third_party/ffmpeg/include/libavutil/frame.h
vendored
8
third_party/ffmpeg/include/libavutil/frame.h
vendored
|
@ -158,6 +158,14 @@ enum AVFrameSideDataType {
|
|||
*/
|
||||
AV_FRAME_DATA_QP_TABLE_DATA,
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Timecode which conforms to SMPTE ST 12-1. The data is an array of 4 uint32_t
|
||||
* where the first uint32_t describes how many (1-3) of the other timecodes are used.
|
||||
* The timecode format is described in the av_timecode_get_smpte_from_framenum()
|
||||
* function in libavutil/timecode.c.
|
||||
*/
|
||||
AV_FRAME_DATA_S12M_TIMECODE,
|
||||
};
|
||||
|
||||
enum AVActiveFormatDescription {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue