npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / fmt / namespace / main.c
blobe8881cc8de3db536a08d13971dd74f2b73372637
1 #ifndef CLEANUP
2 /*----------------------------------------------------------------------------*/
3 /* misc */
4 #define avformat_read_pkt av_read_frame
5 #define programs_n nb_programs
6 #define st stream
7 #define st_idx stream_index
8 #define sts_n nb_streams
9 #define sz size
10 /*----------------------------------------------------------------------------*/
11 #define audio npv_fmt_break_on_audio
12 #define ctx_mutex_l npv_fmt_ctx_mutex_l
13 #define did_reached_limits npv_fmt_did_reached_limits
14 #define fatalf npv_fmt_fatal
15 #define pkt_l npv_fmt_pkt_l
16 #define poutf npv_fmt_pout
17 #define video npv_fmt_break_on_video
18 /*============================================================================*/
19 #else
20 /*----------------------------------------------------------------------------*/
21 #undef avformat_read_pkt
22 #undef programs_n
23 #undef st
24 #undef st_idx
25 #undef sts_n
26 #undef sz
27 /*----------------------------------------------------------------------------*/
28 #undef audio
29 #undef ctx_mutex_l
30 #undef did_reached_limits
31 #undef fatalf
32 #undef poutf
33 #undef pkt_l
34 #undef video
35 #endif