Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-06-20 05:49:51 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-06-20 06:07:34 +0400
commit56e11d230525bb9659e79d3253351b94ec3f8478 (patch)
treebfe7699bce96baf2092ba871a58c7d6845657632 /libavcodec/sipr.h
parent4aeb7769136ae60586d88d17fcce05be9669e72a (diff)
parent8d3d3436e2596e27571b86eb97c66971a1a7431b (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Drop git- prefix from version labels Use the contents of RELEASE as version fallback instead of 'UNKNOWN' path64/open64: filter out unsupported flags Add Release Notes sipr: Drop unused DSPContext sipr: include string.h for mem*() sipr: Use memmove() to copy overlapped buffers. h264: drop some ugly casts Conflicts: version.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sipr.h')
-rw-r--r--libavcodec/sipr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h
index 66e7696466..3bb0b37016 100644
--- a/libavcodec/sipr.h
+++ b/libavcodec/sipr.h
@@ -55,7 +55,6 @@ typedef enum {
typedef struct {
AVCodecContext *avctx;
- DSPContext dsp;
SiprMode mode;