mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
* Add a duration field to the AVPacket
Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1de1cce27d
commit
6d9872f416
@ -15,6 +15,7 @@ typedef struct AVPacket {
|
||||
int size;
|
||||
int stream_index;
|
||||
int flags;
|
||||
int duration;
|
||||
#define PKT_FLAG_KEY 0x0001
|
||||
#define PKT_FLAG_DROPPED_FRAME 0x0002
|
||||
} AVPacket;
|
||||
|
Loading…
Reference in New Issue
Block a user