diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2014-03-26 11:26:08 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-05 03:32:11 +0200 |
commit | ec8789ac635356bfddddebbdde86b4b0d7998712 (patch) | |
tree | 5372553b0b9b4283ab5127e370e81b9dc2cbedd6 | |
parent | 2f08dad0286f962316b2ceaf31a32423e05648ed (diff) | |
download | ffmpeg-ec8789ac635356bfddddebbdde86b4b0d7998712.tar.gz |
Reindent after last commit.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/exif.c | 2 | ||||
-rw-r--r-- | libavcodec/exif.h | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/libavcodec/exif.h b/libavcodec/exif.h index e673dc0311..2f509ba1e9 100644 --- a/libavcodec/exif.h +++ b/libavcodec/exif.h @@ -165,6 +165,6 @@ static const struct exif_tag tag_list[] = { // JEITA CP-3451 EXIF specification: /** Recursively decodes all IFD's and * adds included TAGS into the metadata dictionary. */ int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le, - int depth, AVDictionary **metadata); + int depth, AVDictionary **metadata); #endif /* AVCODEC_EXIF_H */ |