Commit 1a88ec8c authored by michael's avatar michael

fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2

bug introduced in r8466
closes issue179


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f334c69c
......@@ -609,6 +609,7 @@ null_chunk_retry:
PRINT(("NSV video: [%d] = %02x\n", i, pkt->data[i]));
*/
}
if(st[NSV_ST_VIDEO])
((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset++;
if (asize/*st[NSV_ST_AUDIO]*/) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment