mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after last commit.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2f08dad028
commit
ec8789ac63
@ -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 avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
|
||||||
int depth, AVDictionary **metadata)
|
int depth, AVDictionary **metadata)
|
||||||
{
|
{
|
||||||
int i, ret;
|
int i, ret;
|
||||||
int entries;
|
int entries;
|
||||||
|
@ -165,6 +165,6 @@ static const struct exif_tag tag_list[] = { // JEITA CP-3451 EXIF specification:
|
|||||||
/** Recursively decodes all IFD's and
|
/** Recursively decodes all IFD's and
|
||||||
* adds included TAGS into the metadata dictionary. */
|
* adds included TAGS into the metadata dictionary. */
|
||||||
int avpriv_exif_decode_ifd(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);
|
||||||
|
|
||||||
#endif /* AVCODEC_EXIF_H */
|
#endif /* AVCODEC_EXIF_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user