Commit 2cd7c994 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Vittorio Giovara

h264: reset ret to avoid propagating minor failures

Unbreak 772d150a.

CC: libav-stable@libav.org
Bug-Id: 750 / 905753
Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent e3a00acd
......@@ -1679,6 +1679,7 @@ again:
goto end;
}
ret = 0;
end:
/* clean up */
if (h->cur_pic_ptr && !h->droppable) {
......
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