diff options
Diffstat (limited to 'rotord/avCodec.h')
| -rw-r--r-- | rotord/avCodec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rotord/avCodec.h b/rotord/avCodec.h index 7e1815a..23f45f8 100644 --- a/rotord/avCodec.h +++ b/rotord/avCodec.h @@ -24,12 +24,12 @@ extern "C" { namespace avCodec { static int check_sample_fmt(AVCodec *codec, enum AVSampleFormat sample_fmt); - static int select_sample_rate(AVCodec *codec); - static int select_channel_layout(AVCodec *codec); - static void audio_encode_example(const char *filename); static void audio_decode_example(const char *outfilename, const char *filename); - static void video_encode_example(const char *filename, int codec_id); static void pgm_save(unsigned char *buf, int wrap, int xsize, int ysize,char *filename); static int decode_write_frame(const char *outfilename, AVCodecContext *avctx,AVFrame *frame, int *frame_count, AVPacket *pkt, int last); + static int select_channel_layout(AVCodec *codec); + static void video_encode_example(const char *filename, int codec_id); + static void audio_encode_example(const char *filename); + static int select_sample_rate(AVCodec *codec); static void video_decode_example(const char *outfilename, const char *filename); }
\ No newline at end of file |
