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:
authorThilo Borgmann <thilo.borgmann@mail.de>2014-03-26 14:26:08 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-05 05:32:11 +0400
commitec8789ac635356bfddddebbdde86b4b0d7998712 (patch)
tree5372553b0b9b4283ab5127e370e81b9dc2cbedd6 /libavcodec/exif.c
parent2f08dad0286f962316b2ceaf31a32423e05648ed (diff)
Reindent after last commit.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/exif.c')
-rw-r--r--libavcodec/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/exif.c b/libavcodec/exif.c
index 9b3e8cbab1..984adafd10 100644
--- a/libavcodec/exif.c
+++ b/libavcodec/exif.c
@@ -108,7 +108,7 @@ static int exif_decode_tag(AVCodecContext *avctx, GetByteContext *gbytes, int le
int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
- int depth, AVDictionary **metadata)
+ int depth, AVDictionary **metadata)
{
int i, ret;
int entries;