Mercurial > mplayer.hg
changeset 30087:081f53690522
Remove currently unneeded members accidentally added in the last revision.
author | reimar |
---|---|
date | Sun, 27 Dec 2009 14:42:37 +0000 |
parents | f72ea7a67421 |
children | 4977e04f3a18 |
files | libmpdemux/stheader.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/stheader.h Sun Dec 27 14:40:56 2009 +0000 +++ b/libmpdemux/stheader.h Sun Dec 27 14:42:37 2009 +0000 @@ -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; \