]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iff.c
avcodec/vaapi: Remove old and deprecated VAAPI context and header
[ffmpeg] / libavformat / iff.c
index b07b6c8b1879b740f144d9ca302844aaf0bcda87..27b5581cc35bd2645042c1739128cb787b56ee64 100644 (file)
@@ -315,7 +315,6 @@ static int parse_dsd_prop(AVFormatContext *s, AVStream *st, uint64_t eof)
             break;
 
         case MKTAG('I','D','3',' '):
-            id3v2_extra_meta = NULL;
             ff_id3v2_read(s, ID3v2_DEFAULT_MAGIC, &id3v2_extra_meta, size);
             if (id3v2_extra_meta) {
                 if ((ret = ff_id3v2_parse_apic(s, id3v2_extra_meta)) < 0 ||