You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part 12 defines other boxes that can be on File level (e.g. ExtendedTypeBox) but it is not possible to include them in the file using current implementation of the library.
The future prove way would be to modify the structure to store MP4AtomPtr to the boxes in MP4LinkedList? The order in the list would be the order in which the boxes are stored. Functions to get a box of given type form the record could be added. Unfortunately, that change would affect the library in many places.
The quick fix would be to add new pointers and modify LocalPutMovieIntoHandle function from MP4MovieFile.c to handle them when storing the file.
The text was updated successfully, but these errors were encountered:
MP4PrivateMovieRecord structure in MP4Atoms.h contains pointers to file level boxes :
Part 12 defines other boxes that can be on File level (e.g. ExtendedTypeBox) but it is not possible to include them in the file using current implementation of the library.
The future prove way would be to modify the structure to store MP4AtomPtr to the boxes in MP4LinkedList? The order in the list would be the order in which the boxes are stored. Functions to get a box of given type form the record could be added. Unfortunately, that change would affect the library in many places.
The quick fix would be to add new pointers and modify LocalPutMovieIntoHandle function from MP4MovieFile.c to handle them when storing the file.
The text was updated successfully, but these errors were encountered: