Commit 441596fc authored by michael's avatar michael

h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3044 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 17e94ba8
......@@ -1065,6 +1065,7 @@ static uint8_t *decode_nal(H264Context *h, uint8_t *src, int *dst_length, int *c
dst[di++]= 0;
dst[di++]= 0;
si+=3;
continue;
}else //next start code
break;
}
......
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