summaryrefslogtreecommitdiff
path: root/libavcodec/exif.c
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2014-03-26 11:26:08 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-04-05 03:32:11 +0200
commitec8789ac635356bfddddebbdde86b4b0d7998712 (patch)
tree5372553b0b9b4283ab5127e370e81b9dc2cbedd6 /libavcodec/exif.c
parent2f08dad0286f962316b2ceaf31a32423e05648ed (diff)
downloadffmpeg-ec8789ac635356bfddddebbdde86b4b0d7998712.tar.gz
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;