diff --git a/libavformat/mov.c b/libavformat/mov.c index 73178c94c9..8d66c0afdd 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -385,7 +385,6 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom) key, str, (char*)&atom.type, str_size_alloc, atom.size); av_freep(&str); - return 0; }