[FFmpeg-cvslog] Reindent after last commit.
Thilo Borgmann
git at videolan.org
Sat Apr 5 03:53:13 CEST 2014
ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Wed Mar 26 11:26:08 2014 +0100| [ec8789ac635356bfddddebbdde86b4b0d7998712] | committer: Michael Niedermayer
Reindent after last commit.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec8789ac635356bfddddebbdde86b4b0d7998712
---
libavcodec/exif.c | 2 +-
libavcodec/exif.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/exif.c b/libavcodec/exif.c
index 9b3e8cb..984adaf 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 e673dc0..2f509ba 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 */
More information about the ffmpeg-cvslog
mailing list