Revert "mpegvparse: Fix last start code position when input buffer is empty"
This reverts commit 7c23a6f23c185330d74ae4ccce79c3641a2fabac. The fix was not complete, see discussion in https://bugzilla.gnome.org/show_bug.cgi?id=711627
This commit is contained in:
parent
73888f8e38
commit
ed295e83c2
@ -666,7 +666,7 @@ next:
|
||||
} else {
|
||||
GST_LOG_OBJECT (mpvparse, "need more data");
|
||||
/* resume scan where we left it */
|
||||
mpvparse->last_sc = size - 4;
|
||||
mpvparse->last_sc = size - 3;
|
||||
/* request best next available */
|
||||
off = G_MAXUINT;
|
||||
goto exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user