]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dss.c
Merge commit '602abe77b02f9702c18c2787d208fcfc9d94b70f'
[ffmpeg] / libavformat / dss.c
index cbf6e17dee6fd3cdbb2d85801165d626e4cad07e..083eb4ad43b2f9cb1b25f35f53ea2dd47dc1aae4 100644 (file)
@@ -265,9 +265,6 @@ static int dss_sp_read_packet(AVFormatContext *s, AVPacket *pkt)
         goto error_eof;
     }
 
-    if (pkt->data[0] == 0xff)
-        return AVERROR_INVALIDDATA;
-
     return pkt->size;
 
 error_eof: