qtdemux: enlarge the maximal atom size
authorluke.lin <luke.lin@realtek.com>
Wed, 7 Aug 2019 02:42:21 +0000 (11:42 +0900)
committerWEI CHENG LIN <luke.lin@realtek.com>
Wed, 7 Aug 2019 02:46:20 +0000 (02:46 +0000)
commitd6ae59c32de05ce6a01d3e2d57de357519b9786d
treeeaa759e84b90d65f037d577e04c99d27e604950b
parent5c7423d73c053ca8df565cf7740e8890781825fc
qtdemux: enlarge the maximal atom size

For 8K content, frame size is over 25MB, and cause the negotiation failure.
Enlarge the limitation of QTDEMUX_MAX_ATOM_SIZE to 32MB.
gst/isomp4/qtdemux.c