comparison liboggplayer-src/src/imp.hpp @ 27:e29773ac3ceb

Fix a #ifdef fence.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 18:22:53 +0300
parents 74b28a572438
children 3eacedd172ab
comparison
equal deleted inserted replaced
26:74b28a572438 27:e29773ac3ceb
54 54
55 ogg_sync_state o_sync; 55 ogg_sync_state o_sync;
56 56
57 #ifdef VORBIS_SUPPORT 57 #ifdef VORBIS_SUPPORT
58 vorbis_comment v_comment; 58 vorbis_comment v_comment;
59 vorbis_info v_info;
60 #endif
61
59 theora_info t_info; 62 theora_info t_info;
60 theora_comment t_comment; 63 theora_comment t_comment;
61 vorbis_info v_info;
62 #endif
63 64
64 ogg_page o_page; 65 ogg_page o_page;
65 ogg_packet o_packet; 66 ogg_packet o_packet;
66 67
67 ogg_stream_state o_tsstate; 68 ogg_stream_state o_tsstate;