changeset 6564:cb31fe7bd914 libavcodec

Disable the split function. This should end the mpeg1/2 global header issues.
author michael
date Fri, 04 Apr 2008 00:43:34 +0000
parents 100f8bc03e6b
children 013def14c931
files mpegvideo_parser.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
 };