[MPlayer-cvslog] r30129 - trunk/libmpdemux/stheader.h

reimar subversion at mplayerhq.hu
Sun Dec 27 15:42:37 CET 2009


Author: reimar
Date: Sun Dec 27 15:42:37 2009
New Revision: 30129

Log:
Remove currently unneeded members accidentally added in the last revision.

Modified:
   trunk/libmpdemux/stheader.h

Modified: trunk/libmpdemux/stheader.h
==============================================================================
--- trunk/libmpdemux/stheader.h	Sun Dec 27 15:40:56 2009	(r30128)
+++ trunk/libmpdemux/stheader.h	Sun Dec 27 15:42:37 2009	(r30129)
@@ -31,10 +31,6 @@
   unsigned int format; \
   int initialized; \
   float stream_delay; /* number of seconds stream should be delayed (according to dwStart or similar) */ \
-  /* things needed for parsing */ \
-  int needs_parsing; \
-  struct AVCodecContext *avctx; \
-  struct AVCodecParserContext *parser; \
   /* audio: last known pts value in output from decoder \
    * video: predicted/interpolated PTS of the current frame */ \
   double pts; \


More information about the MPlayer-cvslog mailing list