MPEGPlayer: Move some code that's probably better situated in the stream manager...
commit2fbc1e71caacbe2588c278803f7e93af7e8264f3
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sun, 19 Dec 2010 08:28:03 +0000 (19 08:28 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sun, 19 Dec 2010 08:28:03 +0000 (19 08:28 +0000)
tree30b7541bd15a3291311c8d1b48b1b6a95d7a1ba5
parent5a4c164f903b636d422f0cadac41f8bf6da700f6
MPEGPlayer: Move some code that's probably better situated in the stream manager rather than the parser. Fix visibility checking in video out. Extra message sending for new stream isn't needed; just do full decoder sequence reset when requesting dimensions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28855 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/mpegplayer/mpeg_parser.c
apps/plugins/mpegplayer/parser.h
apps/plugins/mpegplayer/stream_mgr.c
apps/plugins/mpegplayer/video_out_rockbox.c
apps/plugins/mpegplayer/video_thread.c