diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-15 03:20:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-15 15:11:57 +0100 |
commit | 7eedad946c30e36b06e476f5686c4ccb7de6dd06 (patch) | |
tree | 1db23c624345f5aa25af51d1a1355e166d350872 /libavcodec | |
parent | 03a6ed83b029588c0927594b88f4cb0a254348c8 (diff) | |
download | ffmpeg-7eedad946c30e36b06e476f5686c4ccb7de6dd06.tar.gz |
avcodec/mediacodec_sw_buffer: remove redundant article
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mediacodec_sw_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mediacodec_sw_buffer.c b/libavcodec/mediacodec_sw_buffer.c index 349a68d3c2..7baf120539 100644 --- a/libavcodec/mediacodec_sw_buffer.c +++ b/libavcodec/mediacodec_sw_buffer.c @@ -37,7 +37,7 @@ #define QCOM_TILE_GROUP_SIZE (4 * QCOM_TILE_SIZE) /** - * The code handling the the various YUV color formats is taken from the + * The code handling the various YUV color formats is taken from the * GStreamer project. * * Gstreamer reference: |