save cover if available, report avfc to streaminfo2

Origin commit data
------------------
Branch: master
Commit: 04ef6adff5
Author: TangoCash <eric@loxat.de>
Date: 2020-09-16 (Wed, 16 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2020-09-16 21:40:39 +02:00
committed by vanhofen
parent 89efe1a366
commit ba6bc533cd
4 changed files with 62 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ typedef enum
CONTAINER_GET_BUFFER_SIZE,
CONTAINER_GET_BUFFER_STATUS,
CONTAINER_STOP_BUFFER,
CONTAINER_GET_METADATA
CONTAINER_GET_METADATA,
CONTAINER_GET_AVFCONTEXT
} ContainerCmd_t;
struct Context_s;