summaryrefslogtreecommitdiff
path: root/rotord
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-02-25 17:52:50 +0000
committerTim Redfern <tim@herge.(none)>2013-02-25 17:52:50 +0000
commit7b82d6a61b468ec21e6e433a93bcbc32ae72df1a (patch)
tree8ffa8cdc5831f68bc081768d9861e9b4f478be4f /rotord
parent58792f6cfd314499264183a5f63d8539e8b1e5e5 (diff)
threads stopping and starting
Diffstat (limited to 'rotord')
-rw-r--r--rotord/av/avCodec.h35
-rw-r--r--rotord/av/avCodec.obin183784 -> 0 bytes
2 files changed, 0 insertions, 35 deletions
diff --git a/rotord/av/avCodec.h b/rotord/av/avCodec.h
deleted file mode 100644
index 7e1815a..0000000
--- a/rotord/av/avCodec.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// libav includes
-// from /usr/include
-
-extern "C" {
- #ifndef __STDC_CONSTANT_MACROS
- # define __STDC_CONSTANT_MACROS
- #endif
-
- #ifndef UINT64_C
- #define UINT64_C(c) (c ## ULL)
- #endif
-
- #include <math.h>
-
- #include "libavcodec/avcodec.h"
-
- #include "libavutil/opt.h"
- #include "libavutil/channel_layout.h"
- #include "libavutil/common.h"
- #include "libavutil/imgutils.h"
- #include "libavutil/mathematics.h"
- #include "libavutil/samplefmt.h"
-}
-
-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 void video_decode_example(const char *outfilename, const char *filename);
-} \ No newline at end of file
diff --git a/rotord/av/avCodec.o b/rotord/av/avCodec.o
deleted file mode 100644
index e270b4b..0000000
--- a/rotord/av/avCodec.o
+++ /dev/null
Binary files differ