diff --git a/accessunit.c b/accessunit.c index 9f7b5d6..628a44f 100644 --- a/accessunit.c +++ b/accessunit.c @@ -1430,3 +1430,10 @@ extern int access_unit_has_PTS(access_unit_p access_unit) } return FALSE; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/accessunit_defns.h b/accessunit_defns.h index 4ddf8da..2276b4b 100644 --- a/accessunit_defns.h +++ b/accessunit_defns.h @@ -129,3 +129,10 @@ struct access_unit_context #define SIZEOF_ACCESS_UNIT_CONTEXT sizeof(struct access_unit_context) #endif // _accessunit_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/accessunit_fns.h b/accessunit_fns.h index d007980..1b8fc3a 100644 --- a/accessunit_fns.h +++ b/accessunit_fns.h @@ -296,3 +296,10 @@ extern int get_next_h264_frame(access_unit_context_p context, extern int access_unit_has_PTS(access_unit_p access_unit); #endif // _accessunit_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/adts.c b/adts.c index 5b0738c..1a3df29 100644 --- a/adts.c +++ b/adts.c @@ -154,3 +154,10 @@ extern int read_next_adts_frame(int file, return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/adts_defns.h b/adts_defns.h index c9bf65d..a62c9d4 100644 --- a/adts_defns.h +++ b/adts_defns.h @@ -33,3 +33,10 @@ // AAC ADTS provides audio in frames of constant time #endif // _adts_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/adts_fns.h b/adts_fns.h index b387a8d..178936f 100644 --- a/adts_fns.h +++ b/adts_fns.h @@ -48,3 +48,10 @@ extern int read_next_adts_frame(int file, #endif // _adts_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/audio.c b/audio.c index bda1ba7..f584385 100644 --- a/audio.c +++ b/audio.c @@ -108,3 +108,10 @@ extern int read_next_audio_frame(int file, return 1; } } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/audio_defns.h b/audio_defns.h index f8e2ef4..d9eefb7 100644 --- a/audio_defns.h +++ b/audio_defns.h @@ -53,3 +53,10 @@ typedef struct audio_frame *audio_frame_p; #endif // _audio_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/audio_fns.h b/audio_fns.h index dae2736..d79c25b 100644 --- a/audio_fns.h +++ b/audio_fns.h @@ -64,3 +64,10 @@ extern int read_next_audio_frame(int file, audio_frame_p *frame); #endif // _audio_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/avs.c b/avs.c index 50d0924..853ae8f 100644 --- a/avs.c +++ b/avs.c @@ -872,3 +872,9 @@ extern void report_avs_frame(FILE *stream, report_ES_unit_list(stream,"ES units",frame->list); } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/avs_defns.h b/avs_defns.h index 1005f93..ad2da3b 100644 --- a/avs_defns.h +++ b/avs_defns.h @@ -130,3 +130,10 @@ struct avs_context #define SIZEOF_AVS_CONTEXT sizeof(struct avs_context) #endif // _avs_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/avs_fns.h b/avs_fns.h index 84fd57b..e28012b 100644 --- a/avs_fns.h +++ b/avs_fns.h @@ -194,3 +194,10 @@ extern void report_avs_frame(FILE *stream, int report_data); #endif // _avs_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/bitdata.c b/bitdata.c index 50b63b6..ad8576b 100644 --- a/bitdata.c +++ b/bitdata.c @@ -245,3 +245,10 @@ extern int read_signed_exp_golomb(bitdata_p bitdata, return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/bitdata_defns.h b/bitdata_defns.h index 04efd78..759c70e 100644 --- a/bitdata_defns.h +++ b/bitdata_defns.h @@ -45,3 +45,10 @@ typedef struct bitdata *bitdata_p; #define SIZEOF_BITDATA sizeof(struct bitdata) #endif // _bitdata_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/bitdata_fns.h b/bitdata_fns.h index f67852b..5579c46 100644 --- a/bitdata_fns.h +++ b/bitdata_fns.h @@ -114,3 +114,10 @@ extern int read_signed_exp_golomb(bitdata_p bitdata, #endif // _bitdata_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/compat.h b/compat.h index 905efd2..929e84b 100644 --- a/compat.h +++ b/compat.h @@ -152,3 +152,10 @@ typedef void * void_p; #define DEFAULT_PMT_PID 0x66 #endif /* _compat */ + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/es.c b/es.c index 163a010..9081c0c 100644 --- a/es.c +++ b/es.c @@ -1628,3 +1628,10 @@ extern int decide_ES_file_video_type(int input, } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/es2ts.c b/es2ts.c index d1a9775..8d70670 100644 --- a/es2ts.c +++ b/es2ts.c @@ -429,3 +429,10 @@ int main(int argc, char **argv) else return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/es_defns.h b/es_defns.h index 3a365fe..685ebef 100644 --- a/es_defns.h +++ b/es_defns.h @@ -142,3 +142,10 @@ typedef struct ES_unit_list *ES_unit_list_p; #define ES_UNIT_LIST_INCREMENT 20 #endif // _es_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/es_fns.h b/es_fns.h index dfabf6c..c0a19be 100644 --- a/es_fns.h +++ b/es_fns.h @@ -413,3 +413,10 @@ extern int decide_ES_file_video_type(int input, int show_reasoning, int *video_type); #endif // _es_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/esdots.c b/esdots.c index 3cf1a9c..0027c84 100644 --- a/esdots.c +++ b/esdots.c @@ -843,3 +843,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/esfilter.c b/esfilter.c index afa915f..23e4f66 100644 --- a/esfilter.c +++ b/esfilter.c @@ -1143,3 +1143,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/esmerge.c b/esmerge.c index 7c2cdf6..1e5578f 100644 --- a/esmerge.c +++ b/esmerge.c @@ -849,3 +849,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/esreport.c b/esreport.c index d92e82f..5862e0f 100644 --- a/esreport.c +++ b/esreport.c @@ -1237,3 +1237,10 @@ int main(int argc, char **argv) return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/esreverse.c b/esreverse.c index fc8522b..3e159c0 100644 --- a/esreverse.c +++ b/esreverse.c @@ -760,3 +760,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/filter.c b/filter.c index 02a22d7..bca1529 100644 --- a/filter.c +++ b/filter.c @@ -873,3 +873,9 @@ extern int get_next_filtered_h264_frame(h264_filter_context_p fcontext, } } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/filter_defns.h b/filter_defns.h index c7906fc..06d3e77 100644 --- a/filter_defns.h +++ b/filter_defns.h @@ -104,3 +104,10 @@ typedef struct h264_filter_context *h264_filter_context_p; #define SIZEOF_H264_FILTER_CONTEXT sizeof(struct h264_filter_context) #endif // _filter_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/filter_fns.h b/filter_fns.h index d07cbda..1ee6c93 100644 --- a/filter_fns.h +++ b/filter_fns.h @@ -260,3 +260,10 @@ extern int get_next_filtered_h264_frame(h264_filter_context_p fcontext, #endif // _filter_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/fmtx.c b/fmtx.c index 0db7b41..49c9474 100644 --- a/fmtx.c +++ b/fmtx.c @@ -129,3 +129,10 @@ fmtx_str_to_timestamp_flags(const TCHAR * arg_str) } return p->flags; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/fmtx.h b/fmtx.h index b6eac76..008db6d 100644 --- a/fmtx.h +++ b/fmtx.h @@ -56,3 +56,10 @@ typedef char TCHAR; const TCHAR * fmtx_timestamp(int64 n, unsigned int flags); int fmtx_str_to_timestamp_flags(const TCHAR * arg_str); + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/h222_defns.h b/h222_defns.h index 42f3403..c744ef0 100644 --- a/h222_defns.h +++ b/h222_defns.h @@ -237,3 +237,10 @@ struct timing typedef struct timing *timing_p; #endif // _h222_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/h262.c b/h262.c index c681789..26415b8 100644 --- a/h262.c +++ b/h262.c @@ -1196,3 +1196,9 @@ extern void report_h262_picture(FILE *stream, report_ES_unit_list(stream,"ES units",picture->list); } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/h262_defns.h b/h262_defns.h index a613ea8..1713c25 100644 --- a/h262_defns.h +++ b/h262_defns.h @@ -246,3 +246,10 @@ struct h262_context #define SIZEOF_H262_CONTEXT sizeof(struct h262_context) #endif // _h262_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/h262_fns.h b/h262_fns.h index eb815dc..957b8d1 100644 --- a/h262_fns.h +++ b/h262_fns.h @@ -233,3 +233,10 @@ extern void report_h262_picture(FILE *stream, int report_data); #endif // _h262_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/l2audio.c b/l2audio.c index 51587a3..a729afe 100644 --- a/l2audio.c +++ b/l2audio.c @@ -373,3 +373,10 @@ extern int read_next_l2audio_frame(int file, return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/l2audio_fns.h b/l2audio_fns.h index e1eb7b4..7aaf0a8 100644 --- a/l2audio_fns.h +++ b/l2audio_fns.h @@ -63,3 +63,10 @@ extern void free_audio_frame(audio_frame_p *frame); extern int read_next_l2audio_frame(int file, audio_frame_p *frame); #endif // _l2audio_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/misc.c b/misc.c index 5342afb..114cdac 100644 --- a/misc.c +++ b/misc.c @@ -1398,3 +1398,9 @@ extern int disconnect_socket(int socket) } #endif // _WIN32 +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/misc_defns.h b/misc_defns.h index 64b7920..53e14d9 100644 --- a/misc_defns.h +++ b/misc_defns.h @@ -56,3 +56,10 @@ typedef union _writer WRITER; #define ON(byt,msk) ((byt & msk)?1:0) #endif // _misc_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/misc_fns.h b/misc_fns.h index da55c49..c3d4ebe 100644 --- a/misc_fns.h +++ b/misc_fns.h @@ -410,3 +410,10 @@ extern int disconnect_socket(int socket); #endif // _WIN32 #endif // _misc_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/nalunit.c b/nalunit.c index a7e2d06..40fdf33 100644 --- a/nalunit.c +++ b/nalunit.c @@ -1962,3 +1962,9 @@ extern void report_nal_unit_list(FILE *stream, } } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/nalunit_defns.h b/nalunit_defns.h index eb15ebc..2a06bf2 100644 --- a/nalunit_defns.h +++ b/nalunit_defns.h @@ -262,3 +262,10 @@ typedef struct nal_unit_context *nal_unit_context_p; #define SIZEOF_NAL_UNIT_CONTEXT sizeof(struct nal_unit_context) #endif // _nalunit_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/nalunit_fns.h b/nalunit_fns.h index e778c61..6f7e36a 100644 --- a/nalunit_fns.h +++ b/nalunit_fns.h @@ -344,3 +344,10 @@ extern void report_nal(FILE *stream, nal_unit_p nal); #endif // _nalunit_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pes.c b/pes.c index a38a110..7e9beb7 100644 --- a/pes.c +++ b/pes.c @@ -3789,3 +3789,9 @@ extern int write_program_data(PES_reader_p reader, return 0; } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pes_defns.h b/pes_defns.h index 0668fb7..13d65e9 100644 --- a/pes_defns.h +++ b/pes_defns.h @@ -215,3 +215,10 @@ typedef struct PES_reader *PES_reader_p; #define IS_H222_PES(data) ((data[6] & 0xC0) == 0x80) #endif // _pes_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pes_fns.h b/pes_fns.h index 76e5a92..81e91ec 100644 --- a/pes_fns.h +++ b/pes_fns.h @@ -533,3 +533,10 @@ extern int write_program_data(PES_reader_p reader, TS_writer_p output); #endif // _pes_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pidint.c b/pidint.c index 2feafed..7b9bbdd 100644 --- a/pidint.c +++ b/pidint.c @@ -767,3 +767,10 @@ extern void report_pmt(FILE *stream, } } } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pidint_defns.h b/pidint_defns.h index 3430fcb..45987ec 100644 --- a/pidint_defns.h +++ b/pidint_defns.h @@ -85,3 +85,10 @@ typedef struct _pmt *pmt_p; #define PMT_MAX_INFO_LENGTH 0x3FF // i.e., 12 bits with the top two zero #endif // _pidint_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/pidint_fns.h b/pidint_fns.h index 951aed0..a1d5957 100644 --- a/pidint_fns.h +++ b/pidint_fns.h @@ -238,3 +238,10 @@ extern void report_pmt(FILE *stream, pmt_p pmt); #endif // _pidint_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ps.c b/ps.c index 54f11c5..9275815 100644 --- a/ps.c +++ b/ps.c @@ -1959,3 +1959,9 @@ extern int ps_to_ts(PS_reader_p ps, return 0; } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ps2ts.c b/ps2ts.c index 7371f32..477c561 100644 --- a/ps2ts.c +++ b/ps2ts.c @@ -498,3 +498,10 @@ int main(int argc, char **argv) (use_stdin?"":input_name)); return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ps_defns.h b/ps_defns.h index 9812541..7328bf6 100644 --- a/ps_defns.h +++ b/ps_defns.h @@ -135,3 +135,10 @@ typedef struct PS_packet *PS_packet_p; (acmod)==7?"3/2 L,C,R,SL,SR":"???") #endif // _ps_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ps_fns.h b/ps_fns.h index 0c761b0..13c888f 100644 --- a/ps_fns.h +++ b/ps_fns.h @@ -349,3 +349,10 @@ extern int ps_to_ts(PS_reader_p ps, int quiet); #endif // _ps_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/psdots.c b/psdots.c index 6561cd0..d9492c2 100644 --- a/psdots.c +++ b/psdots.c @@ -365,3 +365,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/psreport.c b/psreport.c index 06af9d6..c73b786 100644 --- a/psreport.c +++ b/psreport.c @@ -595,3 +595,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/reverse.c b/reverse.c index 9c562fe..df3d901 100644 --- a/reverse.c +++ b/reverse.c @@ -1591,3 +1591,9 @@ extern int output_in_reverse_as_ES(ES_p es, start_with,max,reverse_data); } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/reverse_defns.h b/reverse_defns.h index dfc1535..071086a 100644 --- a/reverse_defns.h +++ b/reverse_defns.h @@ -125,3 +125,10 @@ struct reverse_data #define REVERSE_ARRAY_INCREMENT_SIZE 500 #endif // _reverse_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/reverse_fns.h b/reverse_fns.h index 1ce93b2..ccb6e8f 100644 --- a/reverse_fns.h +++ b/reverse_fns.h @@ -331,3 +331,10 @@ extern int output_in_reverse_as_ES(ES_p es, reverse_data_p reverse_data); #endif // _reverse_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/stream_type.c b/stream_type.c index 7b43912..4583cfa 100644 --- a/stream_type.c +++ b/stream_type.c @@ -509,3 +509,10 @@ int main(int argc, char **argv) } return result; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/test_es_unit_list.c b/test_es_unit_list.c index 59f6fd9..0b025ed 100644 --- a/test_es_unit_list.c +++ b/test_es_unit_list.c @@ -149,3 +149,10 @@ int main(int argc, char **argv) printf("Test 2 succeeded\n"); return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/test_nal_unit_list.c b/test_nal_unit_list.c index 6e1de4f..89b2284 100644 --- a/test_nal_unit_list.c +++ b/test_nal_unit_list.c @@ -165,3 +165,10 @@ int main(int argc, char **argv) printf("Test 2 succeeded\n"); return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/test_pes.c b/test_pes.c index c7df2e6..57eb665 100644 --- a/test_pes.c +++ b/test_pes.c @@ -499,3 +499,10 @@ int main(int argc, char **argv) return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ts.c b/ts.c index ae558c1..40153b1 100644 --- a/ts.c +++ b/ts.c @@ -3300,3 +3300,9 @@ extern int find_pmt(TS_reader_p tsreader, return 0; } +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ts2es.c b/ts2es.c index e475a6c..a3f9b27 100644 --- a/ts2es.c +++ b/ts2es.c @@ -686,3 +686,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ts2ps.c b/ts2ps.c index 7335399..9991941 100644 --- a/ts2ps.c +++ b/ts2ps.c @@ -482,3 +482,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ts_defns.h b/ts_defns.h index 0f440d1..425f197 100644 --- a/ts_defns.h +++ b/ts_defns.h @@ -61,3 +61,10 @@ typedef struct _ts_reader *TS_reader_p; #define SIZEOF_TS_READER sizeof(struct _ts_reader) #endif // _ts_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/ts_fns.h b/ts_fns.h index d161e1e..398be20 100644 --- a/ts_fns.h +++ b/ts_fns.h @@ -765,3 +765,10 @@ extern int find_pmt(TS_reader_p tsreader, #endif // _ts_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tsinfo.c b/tsinfo.c index 6f70836..6db11d6 100644 --- a/tsinfo.c +++ b/tsinfo.c @@ -406,3 +406,10 @@ int main(int argc, char **argv) return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tsplay.c b/tsplay.c index b24e6ae..232c927 100644 --- a/tsplay.c +++ b/tsplay.c @@ -1535,3 +1535,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tsreport.c b/tsreport.c index ce88ab7..73efccf 100644 --- a/tsreport.c +++ b/tsreport.c @@ -1155,3 +1155,10 @@ int main(int argc, char **argv) return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tsserve.c b/tsserve.c index 1523d4c..95378b3 100644 --- a/tsserve.c +++ b/tsserve.c @@ -3882,3 +3882,10 @@ int main(int argc, char **argv) } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tswrite.c b/tswrite.c index c5fca6a..987ccca 100644 --- a/tswrite.c +++ b/tswrite.c @@ -3160,3 +3160,10 @@ extern int tswrite_process_args(char *prefix, } return 0; } + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tswrite_defns.h b/tswrite_defns.h index 2520d3a..29c28a7 100644 --- a/tswrite_defns.h +++ b/tswrite_defns.h @@ -327,3 +327,10 @@ typedef struct TS_context *TS_context_p; #define TSWRITE_PROCESSED "" #endif // _tswrite_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/tswrite_fns.h b/tswrite_fns.h index 00c9507..6568012 100644 --- a/tswrite_fns.h +++ b/tswrite_fns.h @@ -343,3 +343,10 @@ extern int tswrite_process_args(char *prefix, #endif // _tswrite_fns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/version.h b/version.h index d59b4ff..40f8648 100644 --- a/version.h +++ b/version.h @@ -39,3 +39,10 @@ const char software_version[] = "1.10"; __DATE__,__TIME__) #endif // _version + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: diff --git a/video_defns.h b/video_defns.h index 5cd11d7..4fb1793 100644 --- a/video_defns.h +++ b/video_defns.h @@ -40,3 +40,10 @@ #define VIDEO_MPEG4_PART2 MPEG4_PART2_VIDEO_STREAM_TYPE #endif // _video_defns + +// Local Variables: +// tab-width: 8 +// indent-tabs-mode: nil +// c-basic-offset: 2 +// End: +// vim: set tabstop=8 shiftwidth=2 expandtab: