mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Move flv format #defines to common header so they can be used by the encoder too.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
|
||||
#define AMF_END_OF_OBJECT 0x09
|
||||
|
||||
#define KEYFRAMES_TAG "keyframes"
|
||||
#define KEYFRAMES_TIMESTAMP_TAG "times"
|
||||
#define KEYFRAMES_BYTEOFFSET_TAG "filepositions"
|
||||
|
||||
|
||||
enum {
|
||||
FLV_HEADER_FLAG_HASVIDEO = 1,
|
||||
FLV_HEADER_FLAG_HASAUDIO = 4,
|
||||
|
||||
Reference in New Issue
Block a user