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 /libavcodec/exif.h | |
parent | 2f08dad0286f962316b2ceaf31a32423e05648ed (diff) | |
download | ffmpeg-ec8789ac635356bfddddebbdde86b4b0d7998712.tar.gz |
Reindent after last commit.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/exif.h')
-rw-r--r-- | libavcodec/exif.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |