mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '5639ed9abb58311f82cf3499b682d228290adb09'
* commit '5639ed9abb58311f82cf3499b682d228290adb09': mov: do not truncate the language-prefixed tag Conflicts: libavformat/mov.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d0b0fe6691
|
@ -263,7 +263,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
|||
#ifdef MOV_EXPORT_ALL_METADATA
|
||||
char tmp_key[5];
|
||||
#endif
|
||||
char key2[16], language[4] = {0};
|
||||
char key2[32], language[4] = {0};
|
||||
char *str = NULL;
|
||||
const char *key = NULL;
|
||||
uint16_t langcode = 0;
|
||||
|
|
Loading…
Reference in New Issue