Added ISO639-2 decoding in JSON-formatted metadata output
This commit is contained in:
parent
4cef8d7cf5
commit
bfa9882e8c
4 changed files with 538 additions and 0 deletions
|
@ -106,6 +106,7 @@ set(libHeaders
|
|||
${SOURCE_DIR}/lib/h264.h
|
||||
${SOURCE_DIR}/lib/http_parser.h
|
||||
${SOURCE_DIR}/lib/json.h
|
||||
${SOURCE_DIR}/lib/langcodes.h
|
||||
${SOURCE_DIR}/lib/mp4_adobe.h
|
||||
${SOURCE_DIR}/lib/mp4_generic.h
|
||||
${SOURCE_DIR}/lib/mp4.h
|
||||
|
@ -141,6 +142,7 @@ set(libSources
|
|||
${SOURCE_DIR}/lib/h264.cpp
|
||||
${SOURCE_DIR}/lib/http_parser.cpp
|
||||
${SOURCE_DIR}/lib/json.cpp
|
||||
${SOURCE_DIR}/lib/langcodes.cpp
|
||||
${SOURCE_DIR}/lib/mp4_adobe.cpp
|
||||
${SOURCE_DIR}/lib/mp4.cpp
|
||||
${SOURCE_DIR}/lib/mp4_generic.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue