nutdec: remove assert that is wrong for some new duration code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9d230ba924
commit
e2c95e6bd8
@ -898,7 +898,6 @@ static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index,
|
|||||||
do {
|
do {
|
||||||
pos = find_startcode(bc, SYNCPOINT_STARTCODE, pos) + 1;
|
pos = find_startcode(bc, SYNCPOINT_STARTCODE, pos) + 1;
|
||||||
if (pos < 1) {
|
if (pos < 1) {
|
||||||
av_assert0(nut->next_startcode == 0);
|
|
||||||
av_log(s, AV_LOG_ERROR, "read_timestamp failed.\n");
|
av_log(s, AV_LOG_ERROR, "read_timestamp failed.\n");
|
||||||
return AV_NOPTS_VALUE;
|
return AV_NOPTS_VALUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user