00001 00014 #ifndef _OUTPUT_H_ 00015 #define _OUTPUT_H_ 00016 00017 00018 extern void write_stored_frame(ImageParameters *p_Img, FrameStore *fs, int p_out); 00019 extern void direct_output (ImageParameters *p_Img, StorablePicture *p, int p_out); 00020 extern void init_out_buffer (ImageParameters *p_Img); 00021 extern void uninit_out_buffer (ImageParameters *p_Img); 00022 00023 #if (PAIR_FIELDS_IN_OUTPUT) 00024 extern void flush_pending_output(ImageParameters *p_Img, int p_out); 00025 #endif 00026 00027 #endif //_OUTPUT_H_