Commit ec8789ac authored by Thilo Borgmann's avatar Thilo Borgmann Committed by Michael Niedermayer

Reindent after last commit.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2f08dad0
......@@ -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;
......
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment