# HG changeset patch # User ramiro # Date 1214602561 0 # Node ID a9ed669e8cd1bf265eb22d6f4537c48f1c86446e # Parent a702d2a5892ff24f5a769911e03d1cc3793afc5a Seek the file forwards instead of backwards when sync is lost. diff -r a702d2a5892f -r a9ed669e8cd1 mlp_parser.c --- a/mlp_parser.c Fri Jun 27 18:53:41 2008 +0000 +++ b/mlp_parser.c Fri Jun 27 21:36:01 2008 +0000 @@ -295,7 +295,7 @@ lost_sync: mp->in_sync = 0; - return -1; + return 1; } AVCodecParser mlp_parser = {