comparison stream/stream_dvdnav.c @ 25211:c1d17bd6683c

Mark all stream_info_t as const
author reimar
date Sun, 02 Dec 2007 13:22:53 +0000
parents 5487d363a9ac
children 371a40dcc1cc
comparison
equal deleted inserted replaced
25210:92204ff32b27 25211:c1d17bd6683c
723 hl->sy = hlev.sy; 723 hl->sy = hlev.sy;
724 hl->ex = hlev.ex; 724 hl->ex = hlev.ex;
725 hl->ey = hlev.ey; 725 hl->ey = hlev.ey;
726 } 726 }
727 727
728 stream_info_t stream_info_dvdnav = { 728 const stream_info_t stream_info_dvdnav = {
729 "DVDNAV stream", 729 "DVDNAV stream",
730 "null", 730 "null",
731 "", 731 "",
732 "", 732 "",
733 open_s, 733 open_s,