# HG changeset patch # User michael # Date 1207269814 0 # Node ID cb31fe7bd9141b8b35f9e8064365a15a1bf9dbe9 # Parent 100f8bc03e6b78374291549cecde2a1f578c7a7b Disable the split function. This should end the mpeg1/2 global header issues. diff -r 100f8bc03e6b -r cb31fe7bd914 mpegvideo_parser.c --- a/mpegvideo_parser.c Thu Apr 03 18:28:16 2008 +0000 +++ b/mpegvideo_parser.c Fri Apr 04 00:43:34 2008 +0000 @@ -176,5 +176,4 @@ NULL, mpegvideo_parse, ff_parse1_close, - mpegvideo_split, };