npv:namespace cleanup, don't need that many short identifiers
[nyanmp.git] / npv / pipeline / namespace / main.c
blob3b29232f5f1937f5480a1ecbcfaa3ac0d45c0b6a
1 #ifndef CLEANUP
2 /*----------------------------------------------------------------------------*/
3 /* some struct fields */
4 #define sz size
5 /*----------------------------------------------------------------------------*/
6 #define audio npv_pipeline_audio
7 #define audio_thd_entry npv_pipeline_audio_thd_entry
8 #define eof_pkt_l npv_pipeline_eof_pkt_l
9 #define have_enough_predecoded_audio_frs npv_pipeline_have_enough_predecoded_audio_frs
10 #define have_enough_predecoded_video_frs npv_pipeline_have_enough_predecoded_video_frs
11 #define read npv_pipeline_read
12 #define read_thd_entry npv_pipeline_read_thd_entry
13 #define timer_ack npv_pipeline_timer_ack
14 #define timer_init_once npv_pipeline_timer_init_once
15 #define video npv_pipeline_video
16 #define video_thd_entry npv_pipeline_video_thd_entry
17 #define wait npv_pipeline_wait
18 /*============================================================================*/
19 #else
20 #undef audio
21 #undef audio_thd_entry
22 #undef eof_pkt_l
23 #undef have_enough_predecoded_audio_frs
24 #undef have_enough_predecoded_video_frs
25 #undef read
26 #undef read_thd_entry
27 #undef timer_ack
28 #undef timer_init_once
29 #undef video
30 #undef video_thd_entry
31 #undef wait
32 /*----------------------------------------------------------------------------*/
33 #undef sz
34 /*----------------------------------------------------------------------------*/
35 #endif