summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodec_wrapper.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-03-14 19:41:53 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-03-15 10:33:16 +0100
commit03a6ed83b029588c0927594b88f4cb0a254348c8 (patch)
tree2dc3c54d0b618989e2190ceef4d4a9a123b4e9c6 /libavcodec/mediacodec_wrapper.c
parent31fe3c4d23aab8b43614b1ea825603080775677e (diff)
lavc/mediacodec: remove stray empty lines
Diffstat (limited to 'libavcodec/mediacodec_wrapper.c')
-rw-r--r--libavcodec/mediacodec_wrapper.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
index 3f8db64ca2..6b3f905205 100644
--- a/libavcodec/mediacodec_wrapper.c
+++ b/libavcodec/mediacodec_wrapper.c
@@ -398,7 +398,6 @@ fail:
return NULL;
}
-
int ff_AMediaFormat_delete(FFAMediaFormat* format)
{
int ret = 0;
@@ -658,7 +657,6 @@ fail:
return ret;
}
-
void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value)
{
int attached = 0;
@@ -913,7 +911,6 @@ static const struct FFJniField jni_amediacodec_mapping[] = {
{ "android/media/MediaCodec", "getInputBuffer", "(I)Ljava/nio/ByteBuffer;", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, get_input_buffer_id), 0 },
{ "android/media/MediaCodec", "getInputBuffers", "()[Ljava/nio/ByteBuffer;", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, get_input_buffers_id), 1 },
-
{ "android/media/MediaCodec", "dequeueOutputBuffer", "(Landroid/media/MediaCodec$BufferInfo;J)I", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, dequeue_output_buffer_id), 1 },
{ "android/media/MediaCodec", "getOutputBuffer", "(I)Ljava/nio/ByteBuffer;", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, get_output_buffer_id), 0 },
{ "android/media/MediaCodec", "getOutputBuffers", "()[Ljava/nio/ByteBuffer;", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, get_output_buffers_id), 1 },
@@ -931,7 +928,6 @@ static const struct FFJniField jni_amediacodec_mapping[] = {
{ NULL }
};
-
static const AVClass amediacodec_class = {
.class_name = "amediacodec",
.item_name = av_default_item_name,
@@ -1252,7 +1248,6 @@ fail:
return NULL;
}
-
int ff_AMediaCodec_delete(FFAMediaCodec* codec)
{
int ret = 0;
@@ -1388,7 +1383,6 @@ fail:
return ret;
}
-
int ff_AMediaCodec_releaseOutputBuffer(FFAMediaCodec* codec, size_t idx, int render)
{
int ret = 0;
@@ -1429,7 +1423,6 @@ fail:
return ret;
}
-
ssize_t ff_AMediaCodec_dequeueInputBuffer(FFAMediaCodec* codec, int64_t timeoutUs)
{
int ret = 0;